aboutsummaryrefslogtreecommitdiff
path: root/src/WindowMediator.hpp
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-04-19 18:43:32 +0530
committerAkshay Nair <phenax5@gmail.com>2025-04-19 18:44:07 +0530
commita9d767b209c503ac7b5dff5132aa213d47dcb608 (patch)
tree6b5625c546ca24fd40e8d6f8306cc7b60713e4cc /src/WindowMediator.hpp
parent0e95e99e72237058465959d55b77750a9d7c1bef (diff)
downloadnull-browser-a9d767b209c503ac7b5dff5132aa213d47dcb608.tar.gz
null-browser-a9d767b209c503ac7b5dff5132aa213d47dcb608.zip
Add web.view.open_devtools for opening devtools
Diffstat (limited to '')
-rw-r--r--src/WindowMediator.hpp1
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);