DEBSOURCES
Skip Quicknav
sources / qt6-declarative / 6.9.1%2Bdfsg-1 / tests / auto / qml / qmllint / data / pluginQuick_propertyChangesInvalidTarget.qml
12345678
import QtQuick 2.0 Rectangle { State { name: "test" PropertyChanges { target: root; color: "blue" } } }