aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtWidgets/bug_433.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtWidgets/bug_433.py')
-rw-r--r--sources/pyside6/tests/QtWidgets/bug_433.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside6/tests/QtWidgets/bug_433.py b/sources/pyside6/tests/QtWidgets/bug_433.py
index 0cae07435..0c109f40a 100644
--- a/sources/pyside6/tests/QtWidgets/bug_433.py
+++ b/sources/pyside6/tests/QtWidgets/bug_433.py
@@ -45,6 +45,7 @@ class Test(QGraphicsView):
self.s = QGraphicsScene()
self.setScene(self.s)
+
a = QApplication(sys.argv)
t = Test()
t.show()