aboutsummaryrefslogtreecommitdiff
path: root/src/WindowMediator.hpp
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-04-19 17:56:03 +0530
committerAkshay Nair <phenax5@gmail.com>2025-04-19 17:56:03 +0530
commit0e95e99e72237058465959d55b77750a9d7c1bef (patch)
tree5b99cd64f7c49b949a6381c4654ec253822934b5 /src/WindowMediator.hpp
parent7a458b424c2c1a6ed251211b25261acffef59b7f (diff)
downloadnull-browser-0e95e99e72237058465959d55b77750a9d7c1bef.tar.gz
null-browser-0e95e99e72237058465959d55b77750a9d7c1bef.zip
Add web.search and search text implemnetation
Diffstat (limited to 'src/WindowMediator.hpp')
-rw-r--r--src/WindowMediator.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WindowMediator.hpp b/src/WindowMediator.hpp
index b2ecb77..17190b3 100644
--- a/src/WindowMediator.hpp
+++ b/src/WindowMediator.hpp
@@ -16,6 +16,7 @@ public:
DELEGATE(webview_stack, has_webview, has_webview)
DELEGATE(webview_stack, current_webview_id, current_webview_id)
DELEGATE(webview_stack, get_webview_list, get_webview_list)
+ DELEGATE(webview_stack, set_search_text, set_search_text)
signals:
void history_back_requested(WebViewId webview_id, qsizetype history_index);