summaryrefslogtreecommitdiffstats
path: root/src/MainWindow.h
diff options
context:
space:
mode:
authord42 <d42@users.noreply.github.com>2022-06-05 11:51:29 +0000
committerGitHub <noreply@github.com>2022-06-05 11:51:29 +0000
commit0e02024084db087552a53520e829f3e4a5ae0cb4 (patch)
tree16277893e42f6e2c4dac1e53abed92dffcdffec1 /src/MainWindow.h
parent163ef6ebdc5851cf6f5ecb4e6f046bea37877437 (diff)
Unread messages count as an Unity compatible badge (#1085)
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
Diffstat (limited to 'src/MainWindow.h')
-rw-r--r--src/MainWindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h
index 3db18a98..996d292c 100644
--- a/src/MainWindow.h
+++ b/src/MainWindow.h
@@ -14,6 +14,7 @@
#include <QSystemTrayIcon>
#include "UserSettingsPage.h"
+#include "dock/Dock.h"
#include "jdenticoninterface.h"
@@ -104,6 +105,7 @@ private:
QSharedPointer<UserSettings> userSettings_;
//! Tray icon that shows the unread message count.
TrayIcon *trayIcon_;
+ Dock *dock_;
MxcImageProvider *imgProvider = nullptr;