diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-06-30 06:53:08 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-06-30 06:53:08 (GMT) |
commit | 8987c745c6744e383463ed95e1da99b97f786aef (patch) | |
tree | ab48e367220335756cab34452d40bdc456b2f0d5 /src/declarative/QmlChanges.txt | |
parent | 3fb8eede9ee01592542fc1c86b2848db1ce426fb (diff) | |
download | Qt-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.txt | 2 |
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) |