mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 15:42:39 +02:00
No need for this after implementation of AppData on Mac.
This commit is contained in:
parent
4ef54cd4f2
commit
4c0f8b176b
1 changed files with 0 additions and 5 deletions
|
@ -467,12 +467,7 @@ void TestRunner::runInterfaceWithTestScript() {
|
|||
// Move to an empty area
|
||||
url = "file:///~serverless/tutorial.json";
|
||||
} else {
|
||||
#ifdef Q_OS_WIN
|
||||
url = "hifi://localhost";
|
||||
#elif defined Q_OS_MAC
|
||||
// TODO: Find out Mac equivalent of AppData, then this won't be needed
|
||||
url = "hifi://localhost/9999,9999,9999";
|
||||
#endif
|
||||
}
|
||||
|
||||
QString testScript =
|
||||
|
|
Loading…
Reference in a new issue