summaryrefslogtreecommitdiffstats
path: root/src/webview/qabstractwebview_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview/qabstractwebview_p.h')
-rw-r--r--src/webview/qabstractwebview_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webview/qabstractwebview_p.h b/src/webview/qabstractwebview_p.h
index d2eec30..e7c5653 100644
--- a/src/webview/qabstractwebview_p.h
+++ b/src/webview/qabstractwebview_p.h
@@ -70,6 +70,7 @@ Q_SIGNALS:
void loadProgressChanged(int progress);
void javaScriptResult(int id, const QVariant &result);
void requestFocus(bool focus);
+ void httpUserAgentChanged(const QString &httpUserAgent);
protected:
explicit QAbstractWebView(QObject *p = 0) : QObject(p) { }