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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/tray/activitylistmodel.h b/src/gui/tray/activitylistmodel.h
index 3a688a636..9c966e92c 100644
--- a/src/gui/tray/activitylistmodel.h
+++ b/src/gui/tray/activitylistmodel.h
@@ -67,6 +67,8 @@ public:
ShareableRole,
IsCurrentUserFileActivityRole,
ThumbnailRole,
+ TalkConversationTokenRole,
+ TalkMessageIdRole,
};
Q_ENUM(DataRole)