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:
parent
f6896c3b8e
commit
591c4bfcca
@ -22,6 +22,7 @@ Item {
|
||||
nSelectedDives = list.length
|
||||
}
|
||||
onEditModeChanged: editMessage.isVisible = editMode === true ? 1 : 0
|
||||
onCoordinatesChanged: {}
|
||||
}
|
||||
|
||||
Map {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user