aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/pysidetest/decoratedslot_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/pysidetest/decoratedslot_test.py')
-rw-r--r--sources/pyside6/tests/pysidetest/decoratedslot_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside6/tests/pysidetest/decoratedslot_test.py b/sources/pyside6/tests/pysidetest/decoratedslot_test.py
index d1f8f6d40..6db8cafc3 100644
--- a/sources/pyside6/tests/pysidetest/decoratedslot_test.py
+++ b/sources/pyside6/tests/pysidetest/decoratedslot_test.py
@@ -40,6 +40,7 @@ init_test_paths(True)
from PySide6.QtCore import QObject
from testbinding import TestObject
+
class Receiver(QObject):
def __init__(self):
super().__init__()