From 33ca5716dd3bb93caf87bce65de15986dde86c63 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 11 Mar 2011 13:41:42 +0000 Subject: Huge improvements on 'keyboard-only' use. --- client/widgets/groupbox.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/widgets/groupbox.h') 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; }; -- cgit v1.2.3