summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/models/touchactionmodel.cpp2
-rw-r--r--src/gui/touchactiondata.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/models/touchactionmodel.cpp b/src/gui/models/touchactionmodel.cpp
index 7daff84ca..0f4e7cf86 100644
--- a/src/gui/models/touchactionmodel.cpp
+++ b/src/gui/models/touchactionmodel.cpp
@@ -27,6 +27,8 @@
#include "debug.h"
+const int touchActionDataSize = 4;
+
static class SortTouchActionFunctor final
{
public:
diff --git a/src/gui/touchactiondata.h b/src/gui/touchactiondata.h
index 14f21af93..266452d2d 100644
--- a/src/gui/touchactiondata.h
+++ b/src/gui/touchactiondata.h
@@ -23,7 +23,6 @@
struct SetupActionData;
-const int touchActionDataSize = 4;
extern SetupActionData *const touchActionData[];
#endif // GUI_TOUCHACTIONDATA_H