aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/nodetypes/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/nodetypes/main.qml')
-rw-r--r--tests/manual/nodetypes/main.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/manual/nodetypes/main.qml b/tests/manual/nodetypes/main.qml
index 2ec2d37f14..a9fe09972c 100644
--- a/tests/manual/nodetypes/main.qml
+++ b/tests/manual/nodetypes/main.qml
@@ -59,6 +59,8 @@ Item {
if (event.key === Qt.Key_I)
loader.source = "qrc:/Images.qml";
+ if (event.key === Qt.Key_5)
+ loader.source = "qrc:/LotsOfImages.qml";
if (event.key === Qt.Key_T)
loader.source = "qrc:/Text.qml";