summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebenginecookiestore_p.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-11-26 12:07:18 +0100
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-12-01 22:05:19 +0000
commitc044dac12443247a89af3ec7d524d2c0f9fdb0e1 (patch)
treea6c1705c4dc44a450985fac089ba795c3603fd9f /src/core/api/qwebenginecookiestore_p.h
parent01c6de161d6c65085a37b7584032d8ef4b2de61e (diff)
Remove superfluous destructor from QWebEngineCookieStorePrivate
Change-Id: I449f4c19b256373b78fa4585c14d06dbc8bc7276 Reviewed-by: Michal Klocek <michal.klocek@theqtcompany.com> Reviewed-by: Michael BrĂ¼ning <michael.bruning@theqtcompany.com>
Diffstat (limited to 'src/core/api/qwebenginecookiestore_p.h')
-rw-r--r--src/core/api/qwebenginecookiestore_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/api/qwebenginecookiestore_p.h b/src/core/api/qwebenginecookiestore_p.h
index a253abd38..d773c0d3e 100644
--- a/src/core/api/qwebenginecookiestore_p.h
+++ b/src/core/api/qwebenginecookiestore_p.h
@@ -84,7 +84,6 @@ public:
QWebEngineCookieStore *q_ptr;
QWebEngineCookieStorePrivate(QWebEngineCookieStore *q);
- ~QWebEngineCookieStorePrivate();
void processPendingUserCookies();
void setCookie(const QWebEngineCallback<bool> &callback, const QNetworkCookie &cookie, const QUrl &origin);