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 743dcef commit 626b042
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 @@ -326,7 +326,7 @@ QList<int>::iterator QList3()
void QList4() // #13001
{
QList<int> ql;
ql.append(QList<int>>());
ql.append(QList<int>());
if (ql.isEmpty()) {}
}

Expand Down

0 comments on commit 626b042

Please sign in to comment.