Skip to content

Commit f1814b7

Browse files
committed
Fix
1 parent 9bd2f44 commit f1814b7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

cfg/qt.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,10 +406,10 @@
406406
<arg nr="3">
407407
<not-null/>
408408
<not-uninit/>
409+
<not-bool/>
409410
</arg>
410411
<arg nr="4" default="0">
411412
<not-uninit/>
412-
<not-bool/>
413413
</arg>
414414
<arg nr="5" default="0">
415415
<not-uninit/>

test/cfg/qt.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,7 @@ int qdateIsValid()
896896

897897
struct S_QTimer_connect : QObject { // #13846
898898
S_QTimer_connect() {
899+
// cppcheck-suppress checkLibraryFunction - timeout() is a signal from QTimer
899900
QObject::connect(&timer, SIGNAL(timeout()), this, SLOT(update()));
900901
}
901902
QTimer timer;

0 commit comments

Comments
 (0)