summary refs log tree commit diff
path: root/src/ChatPage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChatPage.h')
-rw-r--r--src/ChatPage.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ChatPage.h b/src/ChatPage.h

index 5228aa8e..af06f02c 100644 --- a/src/ChatPage.h +++ b/src/ChatPage.h
@@ -24,7 +24,6 @@ #include "CacheCryptoStructs.h" #include "CacheStructs.h" -#include "notifications/Manager.h" class TimelineViewManager; class UserSettings; @@ -217,7 +216,7 @@ private: // Global user settings. QSharedPointer<UserSettings> userSettings_; - NotificationsManager notificationsManager; + NotificationsManager *notificationsManager; CallManager *callManager_; };