aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/WebViewStack.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/widgets/WebViewStack.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/widgets/WebViewStack.cpp b/src/widgets/WebViewStack.cpp
index 698cb88..9ec8570 100644
--- a/src/widgets/WebViewStack.cpp
+++ b/src/widgets/WebViewStack.cpp
@@ -328,3 +328,8 @@ void WebViewStack::set_html(const QString &html, WebViewId webview_id) {
webview->setHtml(html);
}
+
+void WebViewStack::expose_rpc_function(const QString &name, const RpcFunc & /* unused */,
+ WebViewId /* unused */) {
+ qDebug() << "expose_rpc_function: NOT IMPLEMENTED" << name;
+}