Merge branch 'master' into login_button

This commit is contained in:
Camila Ayres 2018-08-30 14:33:00 +02:00 committed by GitHub
commit efc2f0eded
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;