From 0f80ecbb391e4bc3ba2331968be60b4cebb4f349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Thu, 30 Aug 2018 00:37:59 +0200 Subject: [PATCH] Drop the ToolTipRole from the activity list Fix #515 --- src/gui/activitylistmodel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/activitylistmodel.cpp b/src/gui/activitylistmodel.cpp index 7647d364f0..d8bbbeea8e 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;