aboutsummaryrefslogtreecommitdiff
path: root/src/LuaRuntime.hpp
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-08-02 22:19:24 +0530
committerAkshay Nair <phenax5@gmail.com>2025-08-02 22:19:24 +0530
commit0d1258aee3f39c8d5348588a87e804ec8cd27bd5 (patch)
tree60b0c15a9f61ab825a1e1d9c6f8388b0aaf03d7c /src/LuaRuntime.hpp
parentd37020870600d6c842f9a75ebd3986df6010c25c (diff)
downloadnull-browser-0d1258aee3f39c8d5348588a87e804ec8cd27bd5.tar.gz
null-browser-0d1258aee3f39c8d5348588a87e804ec8cd27bd5.zip
Add web.view.reload
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 66572e4..d5cd12c 100644
--- a/src/LuaRuntime.hpp
+++ b/src/LuaRuntime.hpp
@@ -67,6 +67,7 @@ signals:
void webview_js_eval_requested(const QString &js_code, WebViewId view_id);
void schedule_for_next_tick(const std::function<void()> &action);
void webview_rpc_action_defined(const QString &name, const RpcFunc &action, WebViewId view_id);
+ void webview_reload_requested(WebViewId webview_id);
protected:
LuaRuntime();