diff options
Diffstat (limited to 'client/widgets/groupbox.h')
-rw-r--r-- | client/widgets/groupbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/groupbox.h b/client/widgets/groupbox.h index 22aa644..f2da306 100644 --- a/client/widgets/groupbox.h +++ b/client/widgets/groupbox.h @@ -43,7 +43,7 @@ public: void setWdgValid(bool) {} - bool setKeyboardFocus() { return false; } + bool setKeyboardFocus(); private: QGroupBox *groupbox; |