import QtQuick 2.0

Item {
    property InnerObject inner: InnerObject {}
}
