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.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/widgets/Decorations.cpp') 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"; } -- cgit v1.3.1