aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/pluginQuick_propertyChangesInvalidTarget.qml
blob: fa7d4ef1ac49b9421e443e3531be3eb8a1cef4ca (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

Rectangle {
        State {
            name: "test"
            PropertyChanges { target: root; color: "blue" }
        }
}