Fix some warnings

This commit is contained in:
thalieht
2018-09-07 14:12:38 +03:00
committed by sledgehammer999
parent 84f0dbecfe
commit 5251d93b3d
29 changed files with 48 additions and 50 deletions

View File

@@ -64,7 +64,7 @@ namespace
setAllCookies(cookies);
}
~NetworkCookieJar()
~NetworkCookieJar() override
{
QDateTime now = QDateTime::currentDateTime();
QList<QNetworkCookie> cookies = allCookies();