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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-03-24 16:49:30 +0300
committerHannah von Reth <vonreth@kde.org>2021-03-31 17:12:09 +0300
commit1404c39fc4e27a4541840bf6d763493a22386dd5 (patch)
tree6c16c82720be2fa031f86e28807a6671d46c04a7 /src/gui/activitywidget.h
parentfd36bdcb36d194790fa050b6a635aade384262b3 (diff)
Cleanup the activities item and use uuid
Diffstat (limited to 'src/gui/activitywidget.h')
-rw-r--r--src/gui/activitywidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/activitywidget.h b/src/gui/activitywidget.h
index c1e30e9d2..eae241f48 100644
--- a/src/gui/activitywidget.h
+++ b/src/gui/activitywidget.h
@@ -103,7 +103,7 @@ private:
QSet<QString> _accountsWithoutActivities;
QMap<Activity::Identifier, NotificationWidget *> _widgetForNotifId;
QElapsedTimer _guiLogTimer;
- QSet<int> _guiLoggedNotifications;
+ QSet<Activity::Identifier> _guiLoggedNotifications;
ActivityList _blacklistedNotifications;
QHash<NotificationWidget *, QDateTime> _widgetsToRemove;