diff options
author | aqua <aqua@iserlohn-fortress.net> | 2022-08-17 22:48:01 +0300 |
---|---|---|
committer | aqua <aqua@iserlohn-fortress.net> | 2022-08-18 10:47:39 +0300 |
commit | ce06956d314dc8d7080ba96b76f4ee8ad851912a (patch) | |
tree | c01cd1d1e61acb7ef11cbc439f120d7540f3add5 /plugins/webengine/webview.h | |
parent | Pass command line from secondary to primary instance (diff) | |
download | rekonq-ce06956d314dc8d7080ba96b76f4ee8ad851912a.tar.xz |
Show main window
- added Task Manager, showing all plugins, windows and view
Diffstat (limited to 'plugins/webengine/webview.h')
-rw-r--r-- | plugins/webengine/webview.h | 2 |
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; }; |