aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtQml/qqmlincubator_incubateWhile.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtQml/qqmlincubator_incubateWhile.py')
-rw-r--r--sources/pyside6/tests/QtQml/qqmlincubator_incubateWhile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtQml/qqmlincubator_incubateWhile.py b/sources/pyside6/tests/QtQml/qqmlincubator_incubateWhile.py
index 11e666c08..8a0fccf45 100644
--- a/sources/pyside6/tests/QtQml/qqmlincubator_incubateWhile.py
+++ b/sources/pyside6/tests/QtQml/qqmlincubator_incubateWhile.py
@@ -87,7 +87,7 @@ class TestBug(unittest.TestCase):
root = view.rootObject()
# The QML code will issue an interrupt signal after half of its items are loaded.
root.shouldInterrupt.connect(controller.interrupter)
- res = app.exec_()
+ res = app.exec()
itemsToCreate = root.property("itemsToCreate")
loadedItems = root.property("loadedItems")