summaryrefslogtreecommitdiffstats
path: root/src/declarative/QmlChanges.txt
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-06-30 06:53:08 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-06-30 06:53:08 (GMT)
commit8987c745c6744e383463ed95e1da99b97f786aef (patch)
treeab48e367220335756cab34452d40bdc456b2f0d5 /src/declarative/QmlChanges.txt
parent3fb8eede9ee01592542fc1c86b2848db1ce426fb (diff)
downloadQt-8987c745c6744e383463ed95e1da99b97f786aef.zip
Qt-8987c745c6744e383463ed95e1da99b97f786aef.tar.gz
Qt-8987c745c6744e383463ed95e1da99b97f786aef.tar.bz2
Add ListView.nextSection attached property
and also renamed ListView.prevSection to ListView.previousSection Task-number: QTBUG-11372
Diffstat (limited to 'src/declarative/QmlChanges.txt')
-rw-r--r--src/declarative/QmlChanges.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/QmlChanges.txt b/src/declarative/QmlChanges.txt
index 432b5d6..336fbbf 100644
--- a/src/declarative/QmlChanges.txt
+++ b/src/declarative/QmlChanges.txt
@@ -14,6 +14,8 @@ Component:
- isReady, isLoading, isError and isNull properties removed, use
status property instead
- errorsString() renamed to errorString()
+ListView:
+ - ListView.prevSection property changed to ListView.previousSection
TextInput xToPosition -> positionAt (to match TextEdit.positionAt)