mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: don't go through manager object to show map
We can open URLs in the browser directly from QML. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f677d482e9
commit
69c10808af
5 changed files with 11 additions and 15 deletions
|
|
@ -54,7 +54,7 @@ Item {
|
|||
anchors.fill: parent
|
||||
onClicked: {
|
||||
if (dive.gps !== "")
|
||||
manager.showMap(dive.gps)
|
||||
showMap(dive.gps)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue