import QtQml 2.0

QtObject {
    property bool success: true

    property QtObject local: LocalComponent {
    }
}

