summaryrefslogtreecommitdiffstats
path: root/src/webview/qwebviewfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview/qwebviewfactory.cpp')
-rw-r--r--src/webview/qwebviewfactory.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webview/qwebviewfactory.cpp b/src/webview/qwebviewfactory.cpp
index 7a22fd1..8856168 100644
--- a/src/webview/qwebviewfactory.cpp
+++ b/src/webview/qwebviewfactory.cpp
@@ -64,6 +64,8 @@ public:
void setVisibility(QWindow::Visibility visibility) override { Q_UNUSED(visibility); }
void setVisible(bool visible) override { Q_UNUSED(visible); }
+ QString httpUserAgent() const override { return QString(); }
+ void setHttpUserAgent(const QString &userAgent) override { Q_UNUSED(userAgent) }
QUrl url() const override { return QUrl(); }
void setUrl(const QUrl &url) override { Q_UNUSED(url); }
bool canGoBack() const override { return false; }