mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix atp-client AssetUtils:: namespace
This commit is contained in:
parent
97889b30d5
commit
16ca0eebed
2 changed files with 2 additions and 2 deletions
|
@ -361,7 +361,7 @@ void ATPClientApp::lookupAsset() {
|
|||
request->start();
|
||||
}
|
||||
|
||||
void ATPClientApp::download(AssetHash hash) {
|
||||
void ATPClientApp::download(AssetUtils::AssetHash hash) {
|
||||
auto assetClient = DependencyManager::get<AssetClient>();
|
||||
auto assetRequest = new AssetRequest(hash);
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@ private:
|
|||
void setMapping(QString hash);
|
||||
void lookupAsset();
|
||||
void listAssets();
|
||||
void download(AssetHash hash);
|
||||
void download(AssetUtils::AssetHash hash);
|
||||
void finish(int exitCode);
|
||||
bool _verbose;
|
||||
|
||||
|
|
Loading…
Reference in a new issue