Clean up code

This commit is contained in:
Chocobo1
2019-02-13 20:41:58 +08:00
parent 313a95bdd1
commit 409557ef30
4 changed files with 58 additions and 68 deletions

View File

@@ -67,7 +67,7 @@ namespace Net
private:
void assignNetworkReply(QNetworkReply *reply);
void handleRedirection(QUrl newUrl);
void handleRedirection(const QUrl &newUrl);
static QString errorCodeToString(QNetworkReply::NetworkError status);