aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/Confused/Main2.qml
blob: 1878122b9152d63aeba397eb919e1224afff6f54 (plain)
1
2
3
4
5
6
import QtQml
import "Test" as T

QtObject {
    Component.onCompleted: T.Broken.Print()
}