aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2020-04-22 18:17:44 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2020-04-22 18:26:57 +0200
commit4b5a97fb6978424da16062081769f05abb8315fe (patch)
tree9887f1087155cd3fdee81ed41ae15fe4d9cdea07 /examples
parent27cb03252f1a422cbb10a59f8bfaa34f107d6a5c (diff)
Allow QtObject as child in FlowView
Change-Id: Id19e8468d71a64251645b56e5a7d802e52379d2a Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/imports/FlowView/FlowView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/imports/FlowView/FlowView.qml b/examples/imports/FlowView/FlowView.qml
index f348de3..775a831 100644
--- a/examples/imports/FlowView/FlowView.qml
+++ b/examples/imports/FlowView/FlowView.qml
@@ -95,7 +95,7 @@ Item {
}
- default property alias item: stack.children
+ default property alias item: stack.data
property Item nextItem