Fixed clazy warnings: unused QString.

This commit is contained in:
Mat Sutcliffe
2018-12-19 18:50:23 +00:00
parent a65be602bb
commit b4724996c6
3 changed files with 5 additions and 5 deletions

View File

@@ -377,7 +377,6 @@ namespace BlackCore
const QUrl url(nwReply->url());
const QString urlString(url.toString());
const QString replyMessage(nwReply->errorString());
if (nwReply->error() == QNetworkReply::NoError)
{
@@ -464,7 +463,6 @@ namespace BlackCore
const QUrl url(nwReply->url());
const QString urlString(url.toString());
const QString replyMessage(nwReply->errorString());
if (nwReply->error() == QNetworkReply::NoError)
{