summaryrefslogtreecommitdiff
path: root/client/widgets/window.h
diff options
context:
space:
mode:
authordeva <deva>2011-03-11 13:41:42 +0000
committerdeva <deva>2011-03-11 13:41:42 +0000
commit33ca5716dd3bb93caf87bce65de15986dde86c63 (patch)
tree3571e4e0426f6516f09632281b2cefc70e8b67f9 /client/widgets/window.h
parent0a1d9ad482e343fe96e0e447a1c173654d6fd3af (diff)
Huge improvements on 'keyboard-only' use.
Diffstat (limited to 'client/widgets/window.h')
-rw-r--r--client/widgets/window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/widgets/window.h b/client/widgets/window.h
index b7098d6..2214b16 100644
--- a/client/widgets/window.h
+++ b/client/widgets/window.h
@@ -40,6 +40,8 @@ public:
void setValue(QString, QString) {}
void setWdgValid(bool) {}
+
+ bool setKeyboardFocus() { return false; }
};
#endif/*__PRACRO_WINDOW_H__*/