aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/tests/signals/ref06_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/tests/signals/ref06_test.py')
-rw-r--r--sources/pyside6/tests/signals/ref06_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/pyside6/tests/signals/ref06_test.py b/sources/pyside6/tests/signals/ref06_test.py
index f86ea4b74..f6c27c9f2 100644
--- a/sources/pyside6/tests/signals/ref06_test.py
+++ b/sources/pyside6/tests/signals/ref06_test.py
@@ -41,6 +41,7 @@ init_test_paths(False)
from PySide6.QtCore import QObject, QCoreApplication, QTimeLine, Signal, Slot
from helper.usesqcoreapplication import UsesQCoreApplication
+
class ExtQObject(QObject):
signalbetween = Signal('qreal')