summaryrefslogtreecommitdiff
path: root/plugins/webengine/webview.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/webengine/webview.h')
-rw-r--r--plugins/webengine/webview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/webengine/webview.h b/plugins/webengine/webview.h
index 0b8d0dae..5bb90696 100644
--- a/plugins/webengine/webview.h
+++ b/plugins/webengine/webview.h
@@ -20,6 +20,8 @@ public:
explicit WebView(const QUrl &url = QUrl(), QWidget *parent = nullptr);
~WebView() final = default;
+ QString title() const override;
+
private:
QWebEngineView *view;
};