aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/MyObject.qml
blob: c865a613ff6f6c09ea4d5aa97caa558096fb4026 (plain)
1
2
3
4
5
import QtQuick

QtObject {
    property var foo: "bla"
}