aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlimportscanner/data/CompositeWithinSingleton/Composite.qml
blob: b1055b69924951e3be39eb782f1289a504584232 (plain)
1
2
3
4
5
import QtQuick 2.0

QtObject {
    property int test: 0
}