mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +08:00
Formatting, typos
This commit is contained in:
committed by
Mathew Sutcliffe
parent
15b8363e30
commit
23b310ac9b
@@ -219,6 +219,5 @@ namespace BlackMisc
|
||||
CNetworkUtils::ignoreSslVerification(request);
|
||||
return request;
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespacee
|
||||
|
||||
@@ -99,7 +99,7 @@ namespace BlackMisc
|
||||
static QNetworkRequest getNetworkRequest(const CUrl &url, RequestType type = Get);
|
||||
|
||||
private:
|
||||
//! Deleted constructor
|
||||
//! Hidden constructor
|
||||
CNetworkUtils() {}
|
||||
|
||||
};
|
||||
|
||||
@@ -37,7 +37,6 @@ namespace BlackMisc
|
||||
|
||||
//! Construct from a base class object.
|
||||
CUserList(const CSequence &other);
|
||||
|
||||
};
|
||||
|
||||
} //namespace
|
||||
|
||||
Reference in New Issue
Block a user