Fixed cppcheck error

This commit is contained in:
SChernykh 2023-02-26 20:12:00 +01:00
parent 262b4f2a2e
commit 7a1afc7a95

View file

@ -331,6 +331,7 @@ struct BackgroundJobTracker::Impl
do {
{
MutexLock lock(m_lock);
// cppcheck-suppress knownConditionTrueFalse
if (m_jobs.empty()) {
return;
}