summaryrefslogtreecommitdiffstats
path: root/src/MainWindow.h
diff options
context:
space:
mode:
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 fc06e183..e5b395cb 100644
--- a/src/MainWindow.h
+++ b/src/MainWindow.h
@@ -11,6 +11,7 @@
#include <QSharedPointer>
#include <QSystemTrayIcon>
+#include "ShortcutRegistry.h"
#include "UserSettingsPage.h"
#include "dock/Dock.h"
@@ -140,6 +141,7 @@ private:
//! Tray icon that shows the unread message count.
TrayIcon *trayIcon_;
Dock *dock_;
+ ShortcutRegistry *shortcuts_;
MxcImageProvider *imgProvider = nullptr;