aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/QtQml
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/tests/QtQml')
-rwxr-xr-xsources/pyside2/tests/QtQml/bug_726.py2
-rwxr-xr-xsources/pyside2/tests/QtQml/bug_997.qml2
2 files changed, 2 insertions, 2 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):
diff --git a/sources/pyside2/tests/QtQml/bug_997.qml b/sources/pyside2/tests/QtQml/bug_997.qml
index 7d2b7fcc0..f36a7e8f8 100755
--- a/sources/pyside2/tests/QtQml/bug_997.qml
+++ b/sources/pyside2/tests/QtQml/bug_997.qml
@@ -29,6 +29,6 @@
import QtQuick 2.0
Text {
- text: owner.name + " " + owner.phone
+ text: owner.name + " " + owner.phone
Component.onCompleted: { owner.newName = owner.name }
}