aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/updateCall.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlecmascript/data/updateCall.qml')
-rw-r--r--tests/auto/qml/qqmlecmascript/data/updateCall.qml20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/auto/qml/qqmlecmascript/data/updateCall.qml b/tests/auto/qml/qqmlecmascript/data/updateCall.qml
index 341a360d25..d310dcac9e 100644
--- a/tests/auto/qml/qqmlecmascript/data/updateCall.qml
+++ b/tests/auto/qml/qqmlecmascript/data/updateCall.qml
@@ -1,10 +1,10 @@
-import QtQuick 2.1
-
-Rectangle {
- MouseArea {
- anchors.fill: parent;
- Component.onCompleted: {
- update();
- }
- }
-}
+import QtQuick 2.1
+
+Rectangle {
+ MouseArea {
+ anchors.fill: parent;
+ Component.onCompleted: {
+ update();
+ }
+ }
+}