mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Ref T160, improved / more detailed info for user-agent in requests
* renamed to getSwiftNetworkRequest (make clear request is tweaked) * add details to user request
This commit is contained in:
@@ -145,7 +145,7 @@ namespace BlackMisc
|
||||
|
||||
QNetworkRequest CUrl::toNetworkRequest() const
|
||||
{
|
||||
return CNetworkUtils::getNetworkRequest(*this);
|
||||
return CNetworkUtils::getSwiftNetworkRequest(*this);
|
||||
}
|
||||
|
||||
CUrl CUrl::withAppendedPath(const QString &path) const
|
||||
|
||||
Reference in New Issue
Block a user