From dfa6760020c62d5fd797feef6b20c1cbae0ce876 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 14 Mar 2011 09:15:41 +0000 Subject: Make setKeyboardFocus recursive instead of iterative. --- client/widgets/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/widgets/window.h') diff --git a/client/widgets/window.h b/client/widgets/window.h index 2214b16..109cf11 100644 --- a/client/widgets/window.h +++ b/client/widgets/window.h @@ -41,7 +41,7 @@ public: void setWdgValid(bool) {} - bool setKeyboardFocus() { return false; } + bool setKeyboardFocus(); }; #endif/*__PRACRO_WINDOW_H__*/ -- cgit v1.2.3