aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlenginecleanup/data/MyItem.qml
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2020-02-10 16:25:47 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2020-02-10 16:32:39 +0100
commitc915ac23d9a460070ab4e4f8417df9db461c537c (patch)
tree49e705c181ccf7863698c144cde3f52ffa54c622 /tests/auto/qml/qqmlenginecleanup/data/MyItem.qml
parent4f0c9986069c690e8ed7a7d2b42dfbce5c492368 (diff)
QQmlEngine: Test that types are correctly removed
Amends 4f0c9986069c690e8ed7a7d2b42dfbce5c492368 Change-Id: I10a0d7988e1f5a003ccc80faa5b5c9bda62359cd Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/qml/qqmlenginecleanup/data/MyItem.qml')
-rw-r--r--tests/auto/qml/qqmlenginecleanup/data/MyItem.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmlenginecleanup/data/MyItem.qml b/tests/auto/qml/qqmlenginecleanup/data/MyItem.qml
new file mode 100644
index 0000000000..4bb8dfb486
--- /dev/null
+++ b/tests/auto/qml/qqmlenginecleanup/data/MyItem.qml
@@ -0,0 +1,2 @@
+import QtQuick 2.12
+Item {}