summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebenginecookiestore.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-05-18 16:29:40 +0200
committerLiang Qi <liang.qi@qt.io>2016-05-19 18:47:26 +0000
commit3206e85c0f7ee3de9953977ffbb0137de0ee01f3 (patch)
treebf6aef148f8ad041b4183d248adda585d48aaab5 /src/core/api/qwebenginecookiestore.h
parentf4b806ffbc2f11a5a64fab2856dfe68ae7d603c8 (diff)
Silence zero-as-null-pointer=constant warnings
This appears to have been added to headerclean and is now preventing us from integrating. Change-Id: I7c25a85c0d62c945d4f4a68f559000fab8c880cc Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/core/api/qwebenginecookiestore.h')
-rw-r--r--src/core/api/qwebenginecookiestore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/api/qwebenginecookiestore.h b/src/core/api/qwebenginecookiestore.h
index b1d625385..eac976fae 100644
--- a/src/core/api/qwebenginecookiestore.h
+++ b/src/core/api/qwebenginecookiestore.h
@@ -70,7 +70,7 @@ Q_SIGNALS:
void cookieRemoved(const QNetworkCookie &cookie);
private:
- explicit QWebEngineCookieStore(QObject *parent = 0);
+ explicit QWebEngineCookieStore(QObject *parent = Q_NULLPTR);
friend class QtWebEngineCore::BrowserContextAdapter;
friend class QtWebEngineCore::CookieMonsterDelegateQt;
Q_DISABLE_COPY(QWebEngineCookieStore)