aboutsummaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@digia.com>2013-05-07 08:15:29 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-05-08 19:27:41 +0200
commit06385e88556985cfd1309f1c29f261be6f6a4c74 (patch)
tree10a1e91a6e2b051914bb6dc6b04bc9659561eb0f /dist
parentb11b7d53b5322bb56cf08f63ac91aa8d8b0cc49d (diff)
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>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.1.03
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-5.1.0 b/dist/changes-5.1.0
index 4333c4a8dd..b905fc327b 100644
--- a/dist/changes-5.1.0
+++ b/dist/changes-5.1.0
@@ -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 *