qtdeclarative/tests/auto/qml/qmlcppcodegen/data/callFactory.qml

11 lines
208 B
QML

pragma Strict
import QtQml
import TestTypes
QtObject {
Component.onCompleted: {
// Call the factory function and then forget the object
const orphanedObj = CppBridge.singleObj(0)
}
}