aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickpathitem/data/pathitem1.qml
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@qt.io>2017-03-28 13:19:29 +0200
committerLaszlo Agocs <laszlo.agocs@qt.io>2017-03-30 09:29:19 +0000
commit4cddb73882ed950f652fd1e079bc4cf8ccde93d5 (patch)
tree9861942e82d92641806b2fa296ed151dbe8a3691 /tests/auto/quick/qquickpathitem/data/pathitem1.qml
parent83fc08cc6faa5f52a010d7bd821c9606f13d5ae9 (diff)
Add a PathItem autotest for the declarative API
Change-Id: I276c185c93122e5eb05ef6678ab62fa6928f2523 Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'tests/auto/quick/qquickpathitem/data/pathitem1.qml')
-rw-r--r--tests/auto/quick/qquickpathitem/data/pathitem1.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickpathitem/data/pathitem1.qml b/tests/auto/quick/qquickpathitem/data/pathitem1.qml
new file mode 100644
index 0000000000..885ec7d323
--- /dev/null
+++ b/tests/auto/quick/qquickpathitem/data/pathitem1.qml
@@ -0,0 +1,4 @@
+import QtQuick 2.9
+
+PathItem {
+}