diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-28 22:45:19 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-29 00:18:57 +0300 |
commit | 3db999ff2d3324ffad6ba6a469ca224c8d864dc3 (patch) | |
tree | 78ecfd05c1267f7360e42876072ddb21efa1a096 /src/gui/setup_input.h | |
parent | 57726c7324f165c70671fc5b05d6c0964f56b870 (diff) | |
download | plus-3db999ff2d3324ffad6ba6a469ca224c8d864dc3.tar.gz plus-3db999ff2d3324ffad6ba6a469ca224c8d864dc3.tar.bz2 plus-3db999ff2d3324ffad6ba6a469ca224c8d864dc3.tar.xz plus-3db999ff2d3324ffad6ba6a469ca224c8d864dc3.zip |
add some more missing checks.
Diffstat (limited to 'src/gui/setup_input.h')
-rw-r--r-- | src/gui/setup_input.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/setup_input.h b/src/gui/setup_input.h index 10fc2a32f..0e0420fc6 100644 --- a/src/gui/setup_input.h +++ b/src/gui/setup_input.h @@ -32,6 +32,7 @@ class Button; class CheckBox; class ListBox; class KeyListModel; +class ScrollArea; class TabStrip; struct SetupActionData; @@ -96,6 +97,7 @@ class Setup_Input final : public SetupTab Button *mDefaultButton; Button *mResetKeysButton; TabStrip *mTabs; + ScrollArea *mScrollArea; bool mKeySetting; /**< flag to check if key being set. */ int *mActionDataSize; }; |