mapwidget.qml: track the coordinatesChanged() signal in QML

The C++ side for the desktop version already does that. Add a slot
for that in QML, for later use in the mobile version.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
Lubomir I. Ivanov 2017-07-28 00:36:06 +03:00 committed by Dirk Hohndel
parent f6896c3b8e
commit 591c4bfcca

View file

@ -22,6 +22,7 @@ Item {
nSelectedDives = list.length
}
onEditModeChanged: editMessage.isVisible = editMode === true ? 1 : 0
onCoordinatesChanged: {}
}
Map {