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
|
@ -32,6 +32,11 @@ void MapWidget::reload()
|
|||
// TODO;
|
||||
}
|
||||
|
||||
void MapWidget::endGetDiveCoordinates()
|
||||
{
|
||||
// TODO;
|
||||
}
|
||||
|
||||
MapWidget::~MapWidget()
|
||||
{
|
||||
m_instance = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue