summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qdeclarativedom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qdeclarativedom.cpp')
-rw-r--r--src/declarative/qml/qdeclarativedom.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/qml/qdeclarativedom.cpp b/src/declarative/qml/qdeclarativedom.cpp
index e374a93..366750e 100644
--- a/src/declarative/qml/qdeclarativedom.cpp
+++ b/src/declarative/qml/qdeclarativedom.cpp
@@ -1107,7 +1107,7 @@ Rectangle {
x: NumberAnimation {
from: 0
to: 100
- loops: Qt.Infinite
+ loops: Animation.Infinite
}
}
\endqml
@@ -1155,7 +1155,7 @@ Rectangle {
x: NumberAnimation {
from: 0
to: 100
- loops: Qt.Infinite
+ loops: Animation.Infinite
}
}
\endqml