summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-06-26 02:53:17 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-06-26 02:53:17 (GMT)
commit98286fd1ac3bb7940618d5a170c7b98b0e2a4dae (patch)
treea1e0c98f28f7b0b6fd55a56a28619be09e901e1c /src/declarative/util
parentafa4e61b10187102d3ea49d1c11bae1ef919d94d (diff)
downloadQt-98286fd1ac3bb7940618d5a170c7b98b0e2a4dae.zip
Qt-98286fd1ac3bb7940618d5a170c7b98b0e2a4dae.tar.gz
Qt-98286fd1ac3bb7940618d5a170c7b98b0e2a4dae.tar.bz2
Color property is required to be explicity set (at least for now).
Diffstat (limited to 'src/declarative/util')
-rw-r--r--src/declarative/util/qmlanimation.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/declarative/util/qmlanimation.cpp b/src/declarative/util/qmlanimation.cpp
index b2a3356..921c578 100644
--- a/src/declarative/util/qmlanimation.cpp
+++ b/src/declarative/util/qmlanimation.cpp
@@ -699,10 +699,6 @@ QAbstractAnimation *QmlPauseAnimation::qtAnimation()
\code
ColorAnimation { from: "white"; to: "#c0c0c0"; duration: 100 }
\endcode
-
- The default property animated is \c color, but like other animations,
- this can be changed by setting \c property. The \c color property will
- still animate. XXX is this a bug?
*/
/*!
\internal