aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/invalidIdLookup.qml
blob: b351e5cfeabc71acc94c4a762e9ece0bbcf5b187 (plain)
1
2
3
4
5
6
7
8
9
10
import Things
import QtQml

QtObject {
    property MediaPlayerStateMachine m: MediaPlayerStateMachine {
        id: stateMachine
    }

    objectName: stateMachine.objectName
}