aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmlls/cli/data/ImportPath2/AnotherModule/B.qml
blob: 33af59274a4be79c01cb83a29958589ec8a34805 (plain)
1
2
3
4
5
import QtQuick

Item {
    property string helloAnotherModule
}