aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/singletonICTest.qml
blob: d0d3b079bedc4d87aee7e7751a4f5962294c6c65 (plain)
1
2
3
4
5
6
import QtQuick 2.0
import "singleton" as MySingleton

Item {
    property MySingleton.SingletonTypeWithIC.IC1 singleton1: MySingleton.SingletonTypeWithIC.IC1 {};
}