summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-10-12 01:27:26 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-10-12 01:27:26 (GMT)
commit6a4f57c100e8c27bbe8ad3975bd99383063dafa1 (patch)
treefb10bc5edcbf488e8daab33bf1a1857101a242e9
parent4a49c007c8344c8baa62b66afd3c9c672cb2611f (diff)
downloadQt-6a4f57c100e8c27bbe8ad3975bd99383063dafa1.zip
Qt-6a4f57c100e8c27bbe8ad3975bd99383063dafa1.tar.gz
Qt-6a4f57c100e8c27bbe8ad3975bd99383063dafa1.tar.bz2
update
-rw-r--r--src/declarative/QmlChanges.txt1
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)