aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testapplications/elements/content/GridViewElement.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testapplications/elements/content/GridViewElement.qml')
-rw-r--r--tests/testapplications/elements/content/GridViewElement.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testapplications/elements/content/GridViewElement.qml b/tests/testapplications/elements/content/GridViewElement.qml
index 2b9884d4a9..79b48d55c3 100644
--- a/tests/testapplications/elements/content/GridViewElement.qml
+++ b/tests/testapplications/elements/content/GridViewElement.qml
@@ -123,5 +123,6 @@ Rectangle {
ListElement { label: "Shape"; help: "The Shape element allows you to specify an area for affectors and emitter." }
ListElement { label: "TrailEmitter"; help: "The TrailEmitter element allows you to emit logical particles from other logical particles." }
ListElement { label: "Direction"; help: "The Direction elements allow you to specify a vector space." }
+ ListElement { label: "SpriteImage"; help: "The SpriteImage element plays stochastic sprite animations." }
}
}