aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltypeloader/data/trim_cache3.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmltypeloader/data/trim_cache3.qml')
-rw-r--r--tests/auto/qml/qqmltypeloader/data/trim_cache3.qml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmltypeloader/data/trim_cache3.qml b/tests/auto/qml/qqmltypeloader/data/trim_cache3.qml
new file mode 100644
index 0000000000..219c7d3bcb
--- /dev/null
+++ b/tests/auto/qml/qqmltypeloader/data/trim_cache3.qml
@@ -0,0 +1,14 @@
+import QtQuick 2.0
+
+Item {
+ width: 400
+ height: 400
+
+ property alias source: loader.source
+
+ Loader {
+ id: loader
+ source: "ComponentWithIncubator.qml"
+ }
+}
+