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