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