diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-10-12 01:27:26 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-10-12 01:27:26 (GMT) |
commit | 6a4f57c100e8c27bbe8ad3975bd99383063dafa1 (patch) | |
tree | fb10bc5edcbf488e8daab33bf1a1857101a242e9 /src/declarative/QmlChanges.txt | |
parent | 4a49c007c8344c8baa62b66afd3c9c672cb2611f (diff) | |
download | Qt-6a4f57c100e8c27bbe8ad3975bd99383063dafa1.zip Qt-6a4f57c100e8c27bbe8ad3975bd99383063dafa1.tar.gz Qt-6a4f57c100e8c27bbe8ad3975bd99383063dafa1.tar.bz2 |
update
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 0df0613..6a6c394 100644 --- a/src/declarative/QmlChanges.txt +++ b/src/declarative/QmlChanges.txt @@ -104,3 +104,4 @@ Script: now an intrinsic type in the language - good: Item { Script { ... } } - bad: Item { resources: Script { ... } } Script: delay-loaded of the QML file until their source has been loaded (this only effects QML files loaded across the network.) +Scope: declared properties shadow a property of the same name (was previously the reverse) |