ChangeLog: Document behavior change for resource property

Change-Id: Id6e157aa191aaa4e24a9cd5c76abfe902fe43d44
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com>
This commit is contained in:
Thomas Hartmann 2013-05-07 08:15:29 +02:00 committed by The Qt Project
parent b11b7d53b5
commit 06385e8855
1 changed files with 3 additions and 0 deletions

3
dist/changes-5.1.0 vendored
View File

@ -35,6 +35,9 @@ Third party components
- A Window declared nested inside another Item or Window automatically
becomes transient for (centered upon) its parent's window, if x and y
were not explicitly specified
- The resources property of Item is now its own property independent
of QObject. It no longer returns all QObject children, or explicitly
sets QObject parent. The resources property now behaves as documented.
****************************************************************************
* Library *