Update Changes file
authorAlberto Mardegan <alberto.mardegan@canonical.com>
Thu, 30 May 2013 07:36:09 +0000 (10:36 +0300)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 3 Jun 2013 08:14:57 +0000 (10:14 +0200)
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>
dist/changes-5.1.0

index 8633d22..eaf6d05 100644 (file)
@@ -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                                         *
 ****************************************************************************