diff options
Diffstat (limited to 'sources/pyside6/tests/QtWidgets/bug_834.py')
| -rw-r--r-- | sources/pyside6/tests/QtWidgets/bug_834.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/tests/QtWidgets/bug_834.py b/sources/pyside6/tests/QtWidgets/bug_834.py index a8a6ab107..b01049dce 100644 --- a/sources/pyside6/tests/QtWidgets/bug_834.py +++ b/sources/pyside6/tests/QtWidgets/bug_834.py @@ -55,4 +55,4 @@ window.tabifyDockWidget(dock1, dock2) window.show() QTimer.singleShot(0, window.close) -app.exec_() +app.exec() |
