import QtQuick 2.0

Image {
    id: image
    objectName: "image"
    property var imageCanary: 13
}
