Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamila Ayres <smayres@gmail.com>2018-08-30 14:26:47 +0300
committerGitHub <noreply@github.com>2018-08-30 14:26:47 +0300
commit678e2c873e19af7e24ac1172dc67f703585ec54f (patch)
treedf8245172491258f516dcebae5aee40df16bd8f9
parentc4d01b6aeafd5a02c11bd199ff4d4ba4ef4ccbf6 (diff)
parent881c7f804fcff735b718a7f0414179b934d802f7 (diff)
Merge pull request #601 from Titan-C/activity_hover_notooltip
Drop the ToolTipRole from the activity list.
-rw-r--r--src/gui/activitylistmodel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/activitylistmodel.cpp b/src/gui/activitylistmodel.cpp
index 7647d364f..d8bbbeea8 100644
--- a/src/gui/activitylistmodel.cpp
+++ b/src/gui/activitylistmodel.cpp
@@ -121,7 +121,6 @@ QVariant ActivityListModel::data(const QModelIndex &index, int role) const
return type;
break;
}
- case Qt::ToolTipRole:
case ActivityItemDelegate::ActionTextRole:
return a._subject;
break;