Drop the ToolTipRole from the activity list

Fix #515
This commit is contained in:
Óscar Nájera 2018-08-30 00:37:59 +02:00
parent cafdcf77cb
commit 0f80ecbb39

View File

@ -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;