mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 15:42:39 +02:00
Compilation error.
This commit is contained in:
parent
f9954990dd
commit
5da6ecad12
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ void TestRunner::saveExistingHighFidelityAppDataFolder() {
|
|||
#ifdef Q_OS_WIN
|
||||
dataDirectory = qgetenv("USERPROFILE") + "\\AppData\\Roaming";
|
||||
#elif defined Q_OS_MAC
|
||||
dataDirectory{ QDir::homePath() + "/Library/Application Support" };
|
||||
dataDirectory = QDir::homePath() + "/Library/Application Support";
|
||||
#endif
|
||||
if (_runLatest->isChecked()) {
|
||||
_appDataFolder = dataDirectory + "/High Fidelity";
|
||||
|
|
Loading…
Reference in a new issue