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

Item {
    property SingletonType test
}