diff options
Diffstat (limited to 'tests/auto/declarative/qmlgraphicsloader/data/SetSourceComponent.qml')
-rw-r--r-- | tests/auto/declarative/qmlgraphicsloader/data/SetSourceComponent.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/declarative/qmlgraphicsloader/data/SetSourceComponent.qml b/tests/auto/declarative/qmlgraphicsloader/data/SetSourceComponent.qml deleted file mode 100644 index 1db56c4..0000000 --- a/tests/auto/declarative/qmlgraphicsloader/data/SetSourceComponent.qml +++ /dev/null @@ -1,6 +0,0 @@ -import Qt 4.6 - -Item { - Component { id: comp; Rectangle { width: 100; height: 50 } } - Loader { sourceComponent: comp } -} |