aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/ImportPath/ModuleInImportPath/A.qml
blob: 4141884af9e4b4eeefcd8d154046bfed9242428e (plain)
1
2
3
4
5
import QtQuick

Item {
    property string myProperty
}