aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/idPropertyMismatch.qml
blob: 8c4fd657860f9ca03563d51fb13aa8e9a7ec9743 (plain)
1
2
3
4
5
import QtQml 2.0
QtObject {
    property int id;
    id: "root"
}