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

Item {
    property string test: 'foo'
}