mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 02:53:01 +02:00
Typo.
This commit is contained in:
parent
50d1beb95f
commit
470a490494
1 changed files with 2 additions and 2 deletions
|
@ -203,9 +203,9 @@ int TestScriptingInterface::getOtherAvatarsReplicaCount() {
|
||||||
QString TestScriptingInterface::getOperatingSystemType() {
|
QString TestScriptingInterface::getOperatingSystemType() {
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
return "WINDOWS";
|
return "WINDOWS";
|
||||||
#elif #defined Q_MAC_OS
|
#elif defined Q_MAC_OS
|
||||||
return "MACOS";
|
return "MACOS";
|
||||||
#else
|
#else
|
||||||
return "UNKNOWN";
|
return "UNKNOWN";
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue