diff options
Diffstat (limited to 'kkbswitch/kbswitchapp.h')
-rw-r--r-- | kkbswitch/kbswitchapp.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kkbswitch/kbswitchapp.h b/kkbswitch/kbswitchapp.h index b730252..ccebdf6 100644 --- a/kkbswitch/kbswitchapp.h +++ b/kkbswitch/kbswitchapp.h @@ -110,8 +110,10 @@ private: // Private methods private slots: // Private slots /** No descriptions */ void slotGroupSelected(int groupno); - /** No descriptions */ + /** Select the next keyboard layout (wraps around) */ void slotSelectNextGroup(); + /** Select the previous keyboard layout (wraps around) */ + void slotSelectPrevGroup(); /** No descriptions */ void slotPreferences(); /** No descriptions */ |