Skip to content

Commit

Permalink
Update qt.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github authored Aug 9, 2024
1 parent 4659994 commit 3c67e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cfg/qt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ bool QString7(QString s, const QString& l) {
}

void QString_split(const char* name) { // #12998
// cppcheck-suppress valueFlowBailoutIncompleteVar // FIXME
QStringList qsl = QString(name).split(';', Qt::SkipEmptyParts);
if (qsl.isEmpty()) {}
}
Expand Down

0 comments on commit 3c67e4a

Please sign in to comment.