summary refs log tree commit diff
path: root/include/MainWindow.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-08 22:38:38 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-08 22:38:38 +0300
commit76ddfb792b8e99a14b2adae23cfc221314e98f00 (patch)
tree4993dc88208393f4bad801eff5cda637c838b63d /include/MainWindow.h
parentAdd snackbar (diff)
downloadnheko-76ddfb792b8e99a14b2adae23cfc221314e98f00.tar.xz
Add /join command support
Diffstat (limited to 'include/MainWindow.h')
-rw-r--r--include/MainWindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/MainWindow.h b/include/MainWindow.h

index a7a2b2e6..0c2316a3 100644 --- a/include/MainWindow.h +++ b/include/MainWindow.h
@@ -26,6 +26,7 @@ #include "MatrixClient.h" #include "OverlayModal.h" #include "RegisterPage.h" +#include "SnackBar.h" #include "TrayIcon.h" #include "WelcomePage.h" @@ -91,4 +92,7 @@ private: // Tray icon that shows the unread message count. TrayIcon *trayIcon_; + + // Notifications display. + QSharedPointer<SnackBar> snackBar_; };