Skip to content

Commit

Permalink
Update qt.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Aug 12, 2024
1 parent 4473092 commit c1e9f0a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/cfg/qt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,13 @@ QList<int>::iterator QList3()
return it;
}

void QList4() // #13001
{
QList<int> ql;
ql.append(QList<int>>());
if (ql.isEmpty()) {}
}

void QLinkedList1()
{
// cppcheck-suppress unreadVariable
Expand Down

0 comments on commit c1e9f0a

Please sign in to comment.