mirror of
https://github.com/JulianGro/overte.git
synced 2025-05-09 08:59:37 +02:00
Merge pull request #14998 from danteruiz/quest-demo
Start quest in quest-dev domain
This commit is contained in:
commit
f0c6acdbf6
1 changed files with 5 additions and 0 deletions
|
@ -2417,6 +2417,11 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo
|
||||||
AndroidHelper::instance().notifyLoadComplete();
|
AndroidHelper::instance().notifyLoadComplete();
|
||||||
#endif
|
#endif
|
||||||
pauseUntilLoginDetermined();
|
pauseUntilLoginDetermined();
|
||||||
|
|
||||||
|
#if defined(Q_OS_ANDROID)
|
||||||
|
const QString QUEST_DEV = "hifi://quest-dev";
|
||||||
|
DependencyManager::get<AddressManager>()->handleLookupString(QUEST_DEV);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void Application::updateVerboseLogging() {
|
void Application::updateVerboseLogging() {
|
||||||
|
|
Loading…
Reference in a new issue