From 0d1258aee3f39c8d5348588a87e804ec8cd27bd5 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 2 Aug 2025 22:19:24 +0530 Subject: Add web.view.reload --- src/LuaRuntime.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/LuaRuntime.hpp') 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 &action); void webview_rpc_action_defined(const QString &name, const RpcFunc &action, WebViewId view_id); + void webview_reload_requested(WebViewId webview_id); protected: LuaRuntime(); -- cgit v1.3.1