aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/singletonTest9.qml
blob: 142e7988091633719b11f370438f8a1b7fb28e03 (plain)
1
2
3
4
5
6
import QtQuick 2.0
import "singleton"

Item {
    SingletonType {}
}