aboutsummaryrefslogtreecommitdiff
path: root/src/LuaRuntime.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/LuaRuntime.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/LuaRuntime.hpp b/src/LuaRuntime.hpp
index f684409..0855570 100644
--- a/src/LuaRuntime.hpp
+++ b/src/LuaRuntime.hpp
@@ -52,6 +52,9 @@ signals:
void webview_closed(WebViewId webview_id);
void webview_selected(WebViewId webview_id);
void config_updated(const QString &key, const QVariant &value);
+ void search_requested(const QString &text, WebViewId webview_id);
+ void search_next_requested(WebViewId webview_id);
+ void search_previous_requested(WebViewId webview_id);
protected:
LuaRuntime();