mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 16:42:27 +02:00
typo fix
This commit is contained in:
parent
52637320f0
commit
3e1f341225
1 changed files with 1 additions and 1 deletions
|
@ -545,7 +545,7 @@ QString defaultAudioDeviceName(QAudio::Mode mode) {
|
|||
NULL, &propertySize, &devName);
|
||||
|
||||
if (!getPropertyError && propertySize) {
|
||||
deviceName = CFStringGetCStringPtr(devName, kCFStringEncodingMacRoman));
|
||||
deviceName = CFStringGetCStringPtr(devName, kCFStringEncodingMacRoman);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue