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:
Lubomir I. Ivanov 2017-07-15 23:13:54 +03:00 committed by Dirk Hohndel
parent 39af5bb05b
commit 0d3d9c01eb
3 changed files with 10 additions and 0 deletions

View file

@ -32,6 +32,11 @@ void MapWidget::reload()
// TODO;
}
void MapWidget::endGetDiveCoordinates()
{
// TODO;
}
MapWidget::~MapWidget()
{
m_instance = NULL;