summaryrefslogtreecommitdiffstats
path: root/basicsuite/Qt5 Launch Presentation/presentation/Presentation.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/Qt5 Launch Presentation/presentation/Presentation.qml')
-rw-r--r--basicsuite/Qt5 Launch Presentation/presentation/Presentation.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/basicsuite/Qt5 Launch Presentation/presentation/Presentation.qml b/basicsuite/Qt5 Launch Presentation/presentation/Presentation.qml
index 7a5f93a..fc9ea4c 100644
--- a/basicsuite/Qt5 Launch Presentation/presentation/Presentation.qml
+++ b/basicsuite/Qt5 Launch Presentation/presentation/Presentation.qml
@@ -63,8 +63,8 @@ Item {
Component.onCompleted: {
var slideCount = 0;
var slides = [];
- for (var i=0; i<root.resources.length; ++i) {
- var r = root.resources[i];
+ for (var i=0; i<root.children.length; ++i) {
+ var r = root.children[i];
if (r.isSlide) {
slides.push(r);
}