diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-05-19 23:57:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-05-21 00:02:09 +0300 |
commit | a303935048c5e34858a7aac35ca6c9b03f42acd4 (patch) | |
tree | 927c2e4a0098a1754b353177eee123f9f9c617ba /src/gui/setup_input.h | |
parent | 4458420ebe4546b7fdc9c1c9b327e237ced2cd0e (diff) | |
download | plus-a303935048c5e34858a7aac35ca6c9b03f42acd4.tar.gz plus-a303935048c5e34858a7aac35ca6c9b03f42acd4.tar.bz2 plus-a303935048c5e34858a7aac35ca6c9b03f42acd4.tar.xz plus-a303935048c5e34858a7aac35ca6c9b03f42acd4.zip |
improve setup input tab.
Diffstat (limited to 'src/gui/setup_input.h')
-rw-r--r-- | src/gui/setup_input.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/gui/setup_input.h b/src/gui/setup_input.h index 6548b70ba..bd5dd4654 100644 --- a/src/gui/setup_input.h +++ b/src/gui/setup_input.h @@ -53,9 +53,9 @@ class Setup_Input final : public SetupTab */ ~Setup_Input(); - void apply(); + void apply() override; - void cancel(); + void cancel() override; void action(const gcn::ActionEvent &event) override; @@ -98,9 +98,7 @@ class Setup_Input final : public SetupTab Button *mDefaultButton; Button *mResetKeysButton; TabStrip *mTabs; - bool mKeySetting; /**< flag to check if key being set. */ - int *mActionDataSize; }; |