diff options
Diffstat (limited to 'sources/pyside6/tests/QtQml/qquickitem_grabToImage.py')
-rw-r--r-- | sources/pyside6/tests/QtQml/qquickitem_grabToImage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtQml/qquickitem_grabToImage.py b/sources/pyside6/tests/QtQml/qquickitem_grabToImage.py index 2843c0a92..df88f6d99 100644 --- a/sources/pyside6/tests/QtQml/qquickitem_grabToImage.py +++ b/sources/pyside6/tests/QtQml/qquickitem_grabToImage.py @@ -77,7 +77,7 @@ class TestGrabToSharedPointerImage(TimedQApplication): # Wait for signal when grabbing is complete. grabResultSharedPtr.ready.connect(onGrabReady) - self.app.exec_() + self.app.exec() # Get the first pixel color of the grabbed image. self.image = grabResultSharedPtr.image() |