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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/tray/activitylistmodel.h')
-rw-r--r--src/gui/tray/activitylistmodel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/tray/activitylistmodel.h b/src/gui/tray/activitylistmodel.h
index 44b521352..ee6959f60 100644
--- a/src/gui/tray/activitylistmodel.h
+++ b/src/gui/tray/activitylistmodel.h
@@ -45,7 +45,8 @@ class ActivityListModel : public QAbstractListModel
Q_PROPERTY(AccountState *accountState READ accountState CONSTANT)
public:
enum DataRole {
- ActionIconRole = Qt::UserRole + 1,
+ DarkIconRole = Qt::UserRole + 1,
+ LightIconRole,
AccountRole,
ObjectTypeRole,
ObjectIdRole,