aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/QtCore/qslot_object_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/QtCore/qslot_object_test.py')
-rw-r--r--sources/pyside6/tests/QtCore/qslot_object_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside6/tests/QtCore/qslot_object_test.py b/sources/pyside6/tests/QtCore/qslot_object_test.py
index ebde10387..f08791be2 100644
--- a/sources/pyside6/tests/QtCore/qslot_object_test.py
+++ b/sources/pyside6/tests/QtCore/qslot_object_test.py
@@ -44,6 +44,7 @@ This is a simple slot test that was updated to use the qApp "macro".
It is implicitly in builtins and does not need an import.
"""
+
class objTest(QObject):
def __init__(self, parent=None):