WimaAreaNoVisual.qml 315 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
import QtQuick          2.3
Item {
    id: _root

    property var map        ///< Map control to place item in
    property var qgcView    ///< QGCView to use for popping dialogs

    Component.onCompleted: {
        console.log("WimaAreaNoVisual.qml is a place holder and not meant to be instanciated.")
    }

}