diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-08-02 22:19:24 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-08-02 22:19:24 +0530 |
| commit | 0d1258aee3f39c8d5348588a87e804ec8cd27bd5 (patch) | |
| tree | 60b0c15a9f61ab825a1e1d9c6f8388b0aaf03d7c /src/widgets/IWebViewMediator.hpp | |
| parent | d37020870600d6c842f9a75ebd3986df6010c25c (diff) | |
| download | null-browser-0d1258aee3f39c8d5348588a87e804ec8cd27bd5.tar.gz null-browser-0d1258aee3f39c8d5348588a87e804ec8cd27bd5.zip | |
Add web.view.reload
Diffstat (limited to 'src/widgets/IWebViewMediator.hpp')
| -rw-r--r-- | src/widgets/IWebViewMediator.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/IWebViewMediator.hpp b/src/widgets/IWebViewMediator.hpp index 9c64e53..a7007f2 100644 --- a/src/widgets/IWebViewMediator.hpp +++ b/src/widgets/IWebViewMediator.hpp @@ -13,4 +13,5 @@ public: virtual void expose_rpc_function(const QString &name, const RpcFunc &action, WebViewId webview_id) = 0; virtual void run_javascript(const QString &js_code, WebViewId webview_id) = 0; + virtual void reload(WebViewId webview_id) = 0; }; |
