aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/singletonTest12.qml
blob: 06015c33d2e756f8a867db5dd65c05c142689ac7 (plain)
1
2
3
4
5
6
import QtQuick 2.0
import CompositeSingletonTest 1.0

Item {
    RegisteredCompositeType { }
}