DEBSOURCES
Skip Quicknav
sources / qt6-declarative / 6.9.1%2Bdfsg-1 / tests / auto / qml / qmllint / data / stringIdUsedInWarning.qml
123456789
import QtQml QtObject { id: "stringy" property int i property QtObject o: QtObject { Component.onCompleted: console.log(i) } }