aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmoduleplugin/data/multiSingleton.qml
blob: 2fc2e9f076a0ea7d10a5c033da3637dad9b9bfcc (plain)
1
2
3
4
5
6
import org.qtproject.ModuleWithQmlSingleton 1.0
import QtQuick 2.0

Item {
    Component.onCompleted: MySingleton
}