import QtQml import Third // Self import QtObject { property int success: -11 property Enemy other: Enemy { name: "evil" } }