Formatting, typos

This commit is contained in:
Klaus Basan
2015-11-01 21:09:55 +01:00
committed by Mathew Sutcliffe
parent 15b8363e30
commit 23b310ac9b
7 changed files with 7 additions and 10 deletions

View File

@@ -219,6 +219,5 @@ namespace BlackMisc
CNetworkUtils::ignoreSslVerification(request);
return request;
}
} // namespace
} // namespacee

View File

@@ -99,7 +99,7 @@ namespace BlackMisc
static QNetworkRequest getNetworkRequest(const CUrl &url, RequestType type = Get);
private:
//! Deleted constructor
//! Hidden constructor
CNetworkUtils() {}
};

View File

@@ -37,7 +37,6 @@ namespace BlackMisc
//! Construct from a base class object.
CUserList(const CSequence &other);
};
} //namespace