mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ Item {
|
||||||
nSelectedDives = list.length
|
nSelectedDives = list.length
|
||||||
}
|
}
|
||||||
onEditModeChanged: editMessage.isVisible = editMode === true ? 1 : 0
|
onEditModeChanged: editMessage.isVisible = editMode === true ? 1 : 0
|
||||||
|
onCoordinatesChanged: {}
|
||||||
}
|
}
|
||||||
|
|
||||||
Map {
|
Map {
|
||||||
|
|
Loading…
Add table
Reference in a new issue