aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmlls/cli/data/ImportPath1/SomeModule/A.qml
blob: 5468cae5e145959d136c0bde0d68bc9bc2ab9243 (plain)
1
2
3
4
5
import QtQuick

Item {
    property string helloSomeModule
}