aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2/tests/QtQml/bug_997.qml
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside2/tests/QtQml/bug_997.qml')
-rwxr-xr-xsources/pyside2/tests/QtQml/bug_997.qml2
1 files changed, 1 insertions, 1 deletions
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 }
}