import QtQuick 2.0

Component {
    signal a
    QtObject {}
}

