From e78d3cc07f4b29518c4ebe15e3ab56c73c4cace5 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Tue, 17 Apr 2018 11:12:44 +0200 Subject: Address bar searches work again --- src/webengine/webview.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/webengine/webview.h') diff --git a/src/webengine/webview.h b/src/webengine/webview.h index a27a61f..ab86ec2 100644 --- a/src/webengine/webview.h +++ b/src/webengine/webview.h @@ -38,6 +38,8 @@ public: bool isLoaded() const; int loadProgress() const; + void search(const QString &term); + void triggerViewAction(ViewAction action); signals: -- cgit v1.2.1