Skip to content

Commit fdef3de

Browse files
Update qt.cpp
1 parent 221a629 commit fdef3de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/cfg/qt.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -785,3 +785,8 @@ void unreadVariable_QMapIterator(QMap<QString, QObject*>& m)
785785
it.value() = new QObject();
786786
}
787787
}
788+
789+
void constVariablePointer_QVector(QVector<int*>& qv, int* p)
790+
{
791+
qv.push_back(p); // #12661
792+
}

0 commit comments

Comments
 (0)