aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmoduleplugin/moduleWithQmlSingleton/internal/InternalType.qml
blob: 4a8badefd229b01dd1bd80750d3fcb58e6f2bd6c (plain)
1
2
3
4
5
6
import QtQuick 2.0
import ".."

QtObject {
    Component.onCompleted: MySingleton
}