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/Decorations.cpp | |
| parent | d37020870600d6c842f9a75ebd3986df6010c25c (diff) | |
| download | null-browser-0d1258aee3f39c8d5348588a87e804ec8cd27bd5.tar.gz null-browser-0d1258aee3f39c8d5348588a87e804ec8cd27bd5.zip | |
Add web.view.reload
Diffstat (limited to '')
| -rw-r--r-- | src/widgets/Decorations.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/Decorations.cpp b/src/widgets/Decorations.cpp index dc644d5..1cff3d4 100644 --- a/src/widgets/Decorations.cpp +++ b/src/widgets/Decorations.cpp @@ -101,3 +101,5 @@ void Decorations::expose_rpc_function(const QString &name, const RpcFunc &action if (decoration.has_value()) decoration.value()->expose_rpc_function(name, action); } + +void Decorations::reload(WebViewId /* unused */) { qDebug() << "TODO: Impl"; } |
