Skip to content

Commit 9642dbb

Browse files
committed
Revert changes in comments
Signed-off-by: Integral <[email protected]>
1 parent 73b5c3f commit 9642dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/tray/activitylistmodel.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ QVariant ActivityListModel::data(const QModelIndex &index, int role) const
331331
case AccountRole:
332332
return a._accName;
333333
case PointInTimeRole:
334-
//return a._id == -1 ? "" : QStringLiteral("%1 - %2").arg(Utility::timeAgoInWords(a._dateTime.toLocalTime()), a._dateTime.toLocalTime().toString(Qt::DefaultLocaleShortDate));
334+
//return a._id == -1 ? "" : QString("%1 - %2").arg(Utility::timeAgoInWords(a._dateTime.toLocalTime()), a._dateTime.toLocalTime().toString(Qt::DefaultLocaleShortDate));
335335
return a._id == -1 ? "" : Utility::timeAgoInWords(a._dateTime.toLocalTime());
336336
case AccountConnectedRole:
337337
return (ast && ast->isConnected());

0 commit comments

Comments
 (0)