mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Fix clang-tidy and clazy warnings
This commit is contained in:
@@ -113,7 +113,7 @@ namespace BlackSound
|
||||
|
||||
QByteArray CThreadedTonePairPlayer::getAudioByTonePairs(const QList<CTonePair> &tonePairs)
|
||||
{
|
||||
Q_ASSERT(tonePairs.size() > 0);
|
||||
Q_ASSERT(!tonePairs.isEmpty());
|
||||
QByteArray finalBufferData;
|
||||
|
||||
for (const auto &tonePair : std::as_const(tonePairs))
|
||||
|
||||
Reference in New Issue
Block a user