diff options
Diffstat (limited to '')
| -rw-r--r-- | src/widgets/WebViewStack.cpp | 5 |
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; +} |
