From a9d767b209c503ac7b5dff5132aa213d47dcb608 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 19 Apr 2025 18:43:32 +0530 Subject: Add web.view.open_devtools for opening devtools --- src/WindowMediator.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/WindowMediator.hpp') 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); -- cgit v1.3.1