diff options
Diffstat (limited to 'sources/pyside6/tests/QtWidgets/bug_668.py')
| -rw-r--r-- | sources/pyside6/tests/QtWidgets/bug_668.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtWidgets/bug_668.py b/sources/pyside6/tests/QtWidgets/bug_668.py index 09456756c..1f0d49ada 100644 --- a/sources/pyside6/tests/QtWidgets/bug_668.py +++ b/sources/pyside6/tests/QtWidgets/bug_668.py @@ -58,4 +58,4 @@ app = QApplication([]) m = A() m.show() QTimer.singleShot(0, m.close) -app.exec_() +app.exec() |
