mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
Fix clang-tidy and clazy warnings
This commit is contained in:
@@ -124,7 +124,7 @@ namespace BlackSound
|
||||
}
|
||||
}
|
||||
|
||||
if (supportedDevices.empty()) { return {}; }
|
||||
if (supportedDevices.isEmpty()) { return {}; }
|
||||
|
||||
QAudioDeviceInfo deviceWithLowestLatency = supportedDevices.at(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user