aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/invalidAliasComponent.qml
blob: a45b1806a3e4237ede41b51d4c9184de63c75c88 (plain)
1
2
3
4
5
import QtQml 2.0

QtObject {
    property string strValue: "value1"
}