aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/lib4/testModule.1/Test.qml
blob: b6b45ae2835a7111b31c929b726d12d0a3e81a88 (plain)
1
2
3
4
5
import QtQuick 2.0

Item {
    property string test: 'qux'
}