diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-04-29 06:19:34 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-04-29 06:19:34 (GMT) |
commit | 6f2498fefc2c30ab5dc77e4e21af0556a48fc935 (patch) | |
tree | 7bac1014be378c890383b7acbd18febce3a66779 | |
parent | 11b7b2d5728df05060288909510c184180b0ff35 (diff) | |
parent | 42945f30e9b3cb70c43d51575aac204e3371fe33 (diff) | |
download | Qt-6f2498fefc2c30ab5dc77e4e21af0556a48fc935.zip Qt-6f2498fefc2c30ab5dc77e4e21af0556a48fc935.tar.gz Qt-6f2498fefc2c30ab5dc77e4e21af0556a48fc935.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
-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 9c46467..7218f78 100644 --- a/src/declarative/QmlChanges.txt +++ b/src/declarative/QmlChanges.txt @@ -2,6 +2,8 @@ The changes below are pre Qt 4.7.0 RC Flickable: overShoot is replaced by boundsBehavior enumeration. +Component: isReady, isLoading, isError and isNull properties removed, use + status property instead C++ API ------- |