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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview/qabstractwebview_p.h b/src/webview/qabstractwebview_p.h
index e7c5653..9f57b5a 100644
--- a/src/webview/qabstractwebview_p.h
+++ b/src/webview/qabstractwebview_p.h
@@ -73,7 +73,7 @@ Q_SIGNALS:
void httpUserAgentChanged(const QString &httpUserAgent);
protected:
- explicit QAbstractWebView(QObject *p = 0) : QObject(p) { }
+ explicit QAbstractWebView(QObject *p = nullptr) : QObject(p) { }
};
QT_END_NAMESPACE