aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorAlberto Mardegan <alberto.mardegan@canonical.com>2013-05-30 10:36:09 +0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-03 10:14:57 +0200
commit6bee16477ab75acdb458d2f9c50f97cdc76e07b9 (patch)
treeca61441569778f48f23a47cade95c0a4274dc458 /dist
parent843e222b17970c211dfab82215cf41adc4547ab5 (diff)
Update Changes file
Mention the behavioral change introduced by the fix for QTBUG-29836. Task-number: QTBUG-29836 Change-Id: I15ffd32fd5c0d537528f7b1386691103dab371c7 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.1.07
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/changes-5.1.0 b/dist/changes-5.1.0
index 8633d22eef..eaf6d05094 100644
--- a/dist/changes-5.1.0
+++ b/dist/changes-5.1.0
@@ -46,6 +46,13 @@ Third party components
- tryCompare now correctly fails when it only gets two parameters
+ - If a QObject has a property and a slot (or invokable method) with the same
+ name, in QML the previous behavior was to let the property obscure the
+ method; from Qt 5.1 things work in the opposite way, that is a property can
+ never obscure a method having the same name. This is especially important
+ for objects having dynamic properties, such as QQmlPropertyMap. This change
+ was a consequence of the fix for QTBUG-29836.
+
****************************************************************************
* Library *
****************************************************************************