aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/QtQml/bug_726.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/tests/QtQml/bug_726.py')
-rwxr-xr-xsources/pyside2/tests/QtQml/bug_726.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside2/tests/QtQml/bug_726.py b/sources/pyside2/tests/QtQml/bug_726.py
index 310153421..20fa4d196 100755
--- a/sources/pyside2/tests/QtQml/bug_726.py
+++ b/sources/pyside2/tests/QtQml/bug_726.py
@@ -50,7 +50,7 @@ class ProxyObject(QtCore.QObject):
@QtCore.Slot(str)
def receivedObject(self, name):
self._receivedName = name
-
+
class TestConnectionWithInvalidSignature(TimedQApplication):