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 17190b3..2e341c0 100644 --- a/src/WindowMediator.hpp +++ b/src/WindowMediator.hpp @@ -17,6 +17,7 @@ public: 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) + DELEGATE(webview_stack, open_devtools, open_devtools) signals: void history_back_requested(WebViewId webview_id, qsizetype history_index); |
