summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebenginecookiestore.cpp
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.cpp
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.cpp')
-rw-r--r--src/core/api/qwebenginecookiestore.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/api/qwebenginecookiestore.cpp b/src/core/api/qwebenginecookiestore.cpp
index 61d210192..c0c08f292 100644
--- a/src/core/api/qwebenginecookiestore.cpp
+++ b/src/core/api/qwebenginecookiestore.cpp
@@ -56,11 +56,6 @@ QWebEngineCookieStorePrivate::QWebEngineCookieStorePrivate(QWebEngineCookieStore
{
}
-QWebEngineCookieStorePrivate::~QWebEngineCookieStorePrivate()
-{
-
-}
-
void QWebEngineCookieStorePrivate::processPendingUserCookies()
{
Q_ASSERT(delegate);