mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mapwidget: add public slot endGetDiveCoordinates()
Later this has to be replaced / renamed if needed. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
39af5bb05b
commit
0d3d9c01eb
3 changed files with 10 additions and 0 deletions
|
@ -22,6 +22,7 @@ public:
|
|||
|
||||
public slots:
|
||||
void centerOnDiveSite(struct dive_site *);
|
||||
void endGetDiveCoordinates();
|
||||
|
||||
private:
|
||||
static MapWidget *m_instance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue