mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 12:04:25 +02:00
fix error
This commit is contained in:
parent
42c4796682
commit
a2729065d0
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ void BuildsRequest::send(QNetworkAccessManager& nam) {
|
|||
latestBuildRequestUrl = processEnvironment.value("HQ_LAUNCHER_BUILDS_URL");
|
||||
}
|
||||
|
||||
qDeubug() << latestBuildRequestUrl;
|
||||
qDebug() << latestBuildRequestUrl;
|
||||
|
||||
QNetworkRequest request{ QUrl(latestBuildRequestUrl) };
|
||||
auto reply = nam.get(request);
|
||||
|
|
Loading…
Reference in a new issue