aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qrcqml/data/imports/QrcImport/Imported.qml
blob: c2ef0a69068bd17ee80a1b4117eb24dc2d657db2 (plain)
1
2
3
4
5
import QtQuick 2.0

Item {
    property string tokenProperty: "bar"
}