diff options
author | d42 <d42@users.noreply.github.com> | 2022-06-05 11:51:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-05 11:51:29 +0000 |
commit | 0e02024084db087552a53520e829f3e4a5ae0cb4 (patch) | |
tree | 16277893e42f6e2c4dac1e53abed92dffcdffec1 /src/MainWindow.h | |
parent | Try to fix flatpak upload (diff) | |
download | nheko-0e02024084db087552a53520e829f3e4a5ae0cb4.tar.xz |
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.h | 2 |
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; |