aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/nodetypes/main.qml
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-03-03 14:58:21 +0100
committerAndy Nichols <andy.nichols@theqtcompany.com>2016-03-04 10:51:28 +0000
commit9f764891c142ddf318fc3fef298686c922fd2cc6 (patch)
tree1f921ddd850679264c589e38d9e886cf970a5236 /tests/manual/nodetypes/main.qml
parent966d79f2421f2d0904a0ad0a7e600f3f2e818efd (diff)
D3D12: Revamp logging and add a heavier rectangle test
Now we can do performance tests since there is no debug output unless requested via QSG_RENDERER_DEBUG. Change-Id: I15ff213f35816401cc113899211b52a98ec30989 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
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 8e816fac28..3639b8c5b2 100644
--- a/tests/manual/nodetypes/main.qml
+++ b/tests/manual/nodetypes/main.qml
@@ -54,5 +54,7 @@ Item {
if (event.key === Qt.Key_R)
loader.source = "qrc:/Rects.qml";
+ if (event.key === Qt.Key_4)
+ loader.source = "qrc:/LotsOfRects.qml";
}
}