aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltypeloader/data/trim_cache3.qml
blob: 219c7d3bcb466754396223139488d5f22042514e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import QtQuick 2.0

Item {
    width: 400
    height: 400

    property alias source: loader.source

    Loader {
        id: loader
        source: "ComponentWithIncubator.qml"
    }
}