aboutsummaryrefslogtreecommitdiff
path: root/src/LuaRuntime.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/LuaRuntime.hpp')
-rw-r--r--src/LuaRuntime.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LuaRuntime.hpp b/src/LuaRuntime.hpp
index 0855570..0d05a1d 100644
--- a/src/LuaRuntime.hpp
+++ b/src/LuaRuntime.hpp
@@ -55,6 +55,7 @@ signals:
void search_requested(const QString &text, WebViewId webview_id);
void search_next_requested(WebViewId webview_id);
void search_previous_requested(WebViewId webview_id);
+ void devtools_requested(WebViewId webview_id);
protected:
LuaRuntime();