mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
Fixed clazy warnings: unused QString.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user