diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-01-30 23:59:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-01-30 23:59:09 +0300 |
commit | cc87cce57186c59fdf49a9f46d216063757638ec (patch) | |
tree | 6499daff872f9464c53a390bb6bd0543d4639226 /src/keyboardconfig.h | |
parent | 0fc75f671dace65f1ed8d5b6a66b17b9ab15a9c2 (diff) | |
download | plus-cc87cce57186c59fdf49a9f46d216063757638ec.tar.gz plus-cc87cce57186c59fdf49a9f46d216063757638ec.tar.bz2 plus-cc87cce57186c59fdf49a9f46d216063757638ec.tar.xz plus-cc87cce57186c59fdf49a9f46d216063757638ec.zip |
Rename isKeyActive to isActionActive om keyboard config class.
Diffstat (limited to 'src/keyboardconfig.h')
-rw-r--r-- | src/keyboardconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboardconfig.h b/src/keyboardconfig.h index 45c5ba65f..33ce6ea49 100644 --- a/src/keyboardconfig.h +++ b/src/keyboardconfig.h @@ -136,7 +136,7 @@ class KeyboardConfig /** * Checks if the key is active, by providing the key function index. */ - bool isKeyActive(int index) const; + bool isActionActive(int index) const; /** * Takes a snapshot of all the active keys. |