diff options
author | senator <senator> | 2010-10-13 13:58:32 +0000 |
---|---|---|
committer | senator <senator> | 2010-10-13 13:58:32 +0000 |
commit | 0a2bc3a119bd105d5f338faedc96962ee9395212 (patch) | |
tree | a7f095098d07889af734ad3bcc93ab27011abf1b /client/launcherwindow.h | |
parent | dc10e3ed389989c93188a924ce4dbf81cdce0057 (diff) |
added cpr lineedit focus functionality to ease use with keyboard
Diffstat (limited to 'client/launcherwindow.h')
-rw-r--r-- | client/launcherwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/launcherwindow.h b/client/launcherwindow.h index fc7670f..234a016 100644 --- a/client/launcherwindow.h +++ b/client/launcherwindow.h @@ -42,6 +42,9 @@ public: QString getCpr(); QString getTemplate(); +private slots: + void focusCpr(int); + private: QLineEdit *cprLineEdit; QComboBox *templates; |