diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-03-26 08:13:29 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-03-26 08:13:29 (GMT) |
commit | c4448162a00b6a069b562756d5608d821f700546 (patch) | |
tree | 9a3f9d56ced1ba229aef983721b09d0577c3e2c3 /src/declarative/QmlChanges.txt | |
parent | d432123cec9ac927ec9162fa8b3d16684483f994 (diff) | |
download | Qt-c4448162a00b6a069b562756d5608d821f700546.zip Qt-c4448162a00b6a069b562756d5608d821f700546.tar.gz Qt-c4448162a00b6a069b562756d5608d821f700546.tar.bz2 |
Added highlight ranges/modes to PathView
Task-number: QT-319
Diffstat (limited to 'src/declarative/QmlChanges.txt')
-rw-r--r-- | src/declarative/QmlChanges.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt index d35a4c2..6ab77a7 100644 --- a/src/declarative/QmlChanges.txt +++ b/src/declarative/QmlChanges.txt @@ -16,6 +16,7 @@ ScriptAction: renamed stateChangeScriptName -> scriptName Animation: replace repeat with loops (loops: Animation.Infinite gives the old repeat behavior) AnchorChanges: use natural form to specify anchors (anchors.left instead of left) AnchorChanges: removed reset property. (reset: "left" should now be anchors.left: undefined) +PathView: snapPosition replaced by preferredHighlightBegin, preferredHighlightEnd C++ API ------- |