diff options
Diffstat (limited to 'sources/pyside6/tests/util/helper/usesqapplication.py')
| -rw-r--r-- | sources/pyside6/tests/util/helper/usesqapplication.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside6/tests/util/helper/usesqapplication.py b/sources/pyside6/tests/util/helper/usesqapplication.py index d6d070c69..f62e320f4 100644 --- a/sources/pyside6/tests/util/helper/usesqapplication.py +++ b/sources/pyside6/tests/util/helper/usesqapplication.py @@ -12,6 +12,7 @@ import unittest # This should work with every compatible library. # Replaces the QtGui and QtCore versions as well. + class UsesQApplication(unittest.TestCase): '''Helper class to provide Q(Core|Gui|)Application instances Just connect or call self.exit_app_cb. When called, will ask |
