Skip to content

Commit c6e10f4

Browse files
committed
ci
1 parent 46c1866 commit c6e10f4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

gui/threaddetails.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ void ThreadDetails::threadDetailsUpdated(QMap<int, CheckThread::Details> threadD
3232
}
3333
}
3434

35+
// cppcheck-suppress passedByValue
3536
// NOLINTNEXTLINE(performance-unnecessary-value-param) - false positive
3637
void ThreadDetails::progress(QString filename, QString stage, std::size_t value) {
3738
QMutexLocker locker(&mMutex);

gui/threadhandler.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ void ThreadHandler::startCheck(CheckThread::Details details)
337337
emitThreadDetailsUpdated();
338338
}
339339

340+
// cppcheck-suppress passedByValueCallback
340341
// NOLINTNEXTLINE(performance-unnecessary-value-param)
341342
void ThreadHandler::finishCheck(CheckThread::Details details)
342343
{

0 commit comments

Comments
 (0)