aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/imports/Module/NotCompiled.qml
blob: 6f672b4af980eb18568f70283c45f726855d7ef4 (plain)
1
2
3
4
5
6
import QtQml

QtObject {
    objectName: "not compiled"
    property int foo: 12
}