Commit c044dac1 authored by Joerg Bornemann's avatar Joerg Bornemann
Browse files

Remove superfluous destructor from QWebEngineCookieStorePrivate


Change-Id: I449f4c19b256373b78fa4585c14d06dbc8bc7276
Reviewed-by: default avatarMichal Klocek <michal.klocek@theqtcompany.com>
Reviewed-by: default avatarMichael Brüning <michael.bruning@theqtcompany.com>
Showing with 0 additions and 6 deletions
......@@ -56,11 +56,6 @@ QWebEngineCookieStorePrivate::QWebEngineCookieStorePrivate(QWebEngineCookieStore
{
}
QWebEngineCookieStorePrivate::~QWebEngineCookieStorePrivate()
{
}
void QWebEngineCookieStorePrivate::processPendingUserCookies()
{
Q_ASSERT(delegate);
......
......@@ -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);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment