From 021fa9fe787fe4dd1a6d97b77e94400fac179f23 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 31 Dec 2012 17:33:44 +0300 Subject: Add support for changable actions for onscreen controls. --- src/gui/setup_touch.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/setup_touch.h') diff --git a/src/gui/setup_touch.h b/src/gui/setup_touch.h index 150bfd79a..2dc270abf 100644 --- a/src/gui/setup_touch.h +++ b/src/gui/setup_touch.h @@ -21,12 +21,11 @@ #ifndef GUI_SETUP_TOUCH_H #define GUI_SETUP_TOUCH_H -#include "gui/widgets/setupitem.h" +#include "gui/widgets/setuptouchitem.h" #include class EditDialog; -class NamesModel; class TextField; class Setup_Touch final : public SetupTabScroll @@ -40,6 +39,7 @@ class Setup_Touch final : public SetupTabScroll protected: NamesModel *mSizeList; + TouchActionsModel *mActionsList; }; #endif -- cgit v1.2.3-70-g09d2