Clean up code

This commit is contained in:
Chocobo1 2019-02-13 20:41:58 +08:00
commit 409557ef30
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
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);