aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/nodetypes/nodetypes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/nodetypes/nodetypes.cpp')
-rw-r--r--tests/manual/nodetypes/nodetypes.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/manual/nodetypes/nodetypes.cpp b/tests/manual/nodetypes/nodetypes.cpp
index 506a202ec7..f1ad15a92d 100644
--- a/tests/manual/nodetypes/nodetypes.cpp
+++ b/tests/manual/nodetypes/nodetypes.cpp
@@ -47,6 +47,10 @@ int main(int argc, char **argv)
QGuiApplication app(argc, argv);
+ qDebug("Available tests:");
+ qDebug(" [R] - Rectangles");
+ qDebug("\nPress S to stop the currently running test\n");
+
QQuickView view;
view.setResizeMode(QQuickView::SizeRootObjectToView);
view.resize(1024, 768);