Skip to content

Commit

Permalink
Nits 2
Browse files Browse the repository at this point in the history
  • Loading branch information
olabetskyi committed Jan 29, 2025
1 parent c76b688 commit 5132080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cfg/qt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ class Foo { // #13236
};

Foo::Foo() {
// cppcheck-suppress checkLibraryFunction checkLibraryNoReturn
// cppcheck-suppress [checkLibraryFunction, checkLibraryNoReturn]
connect(a, SIGNAL(dostuff()), this, SLOT(dostuff()));
}

Expand Down

0 comments on commit 5132080

Please sign in to comment.