We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aadce1 commit 517fbfaCopy full SHA for 517fbfa
1 file changed
tests/PythonQtTests.cpp
@@ -489,7 +489,7 @@ void PythonQtTestApi::testQtNamespace()
489
{
490
QVERIFY(_main.getVariable("PythonQt.QtCore.Qt.red").toInt()==Qt::red);
491
QVERIFY(_main.getVariable("PythonQt.QtCore.Qt.FlatCap").toInt()==Qt::FlatCap);
492
- QVERIFY(PythonQtObjectPtr(_main.getVariable("PythonQt.QtCore.Qt.escape")));
+ QVERIFY(PythonQtObjectPtr(_main.getVariable("PythonQt.QtCore.Qt.mightBeRichText")));
493
// check for an enum type wrapper
494
QVERIFY(PythonQtObjectPtr(_main.getVariable("PythonQt.QtCore.Qt.AlignmentFlag")));
495
// check for a flags type wrapper
0 commit comments