diff options
Diffstat (limited to '')
| -rw-r--r-- | src/WindowMediator.hpp | 1 |
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); |
