summaryrefslogtreecommitdiff
path: root/src/gui/touchactiondata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/touchactiondata.cpp')
-rw-r--r--src/gui/touchactiondata.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/touchactiondata.cpp b/src/gui/touchactiondata.cpp
index 0df17289a..4ec445228 100644
--- a/src/gui/touchactiondata.cpp
+++ b/src/gui/touchactiondata.cpp
@@ -23,6 +23,7 @@
#include "input/pages/basic.h"
#include "input/pages/chat.h"
#include "input/pages/other.h"
+#include "input/pages/shortcuts.h"
#include "input/pages/windows.h"
#include "debug.h"
@@ -32,5 +33,6 @@ SetupActionData *const touchActionData[] =
setupActionDataBasic,
setupActionDataWindows,
setupActionDataChat,
- setupActionDataOther
+ setupActionDataOther,
+ setupActionDataShortcuts
};