summaryrefslogtreecommitdiff
path: root/client/widgets/window.h
diff options
context:
space:
mode:
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__*/