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/widgets/Decorations.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/widgets/Decorations.hpp') diff --git a/src/widgets/Decorations.hpp b/src/widgets/Decorations.hpp index 97e0415..108b13e 100644 --- a/src/widgets/Decorations.hpp +++ b/src/widgets/Decorations.hpp @@ -32,6 +32,7 @@ public: void run_javascript(const QString &js_code, WebViewId webview_id) override; void expose_rpc_function(const QString &name, const RpcFunc &action, WebViewId webview_id) override; + void reload(WebViewId webview_id) override; private: EdgeDecoration *decoration_top; -- cgit v1.3.1