diff options
Diffstat (limited to 'src/webwindow/webwindow.h')
-rw-r--r-- | src/webwindow/webwindow.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/webwindow/webwindow.h b/src/webwindow/webwindow.h index 39643714..2a729a1a 100644 --- a/src/webwindow/webwindow.h +++ b/src/webwindow/webwindow.h @@ -83,7 +83,9 @@ public: QAction *actionByName(const QString &name); bool isPrivateBrowsing(); - + + void checkFocus(); + private: void setupActions(); void setupTools(); |