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

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