mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mapwidget: add the placeholder prepareForGetDiveCoordinates() slot
Port from GlobeGPS. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
97a3051089
commit
df519be01e
2 changed files with 6 additions and 0 deletions
|
@ -52,6 +52,11 @@ void MapWidget::endGetDiveCoordinates()
|
||||||
// TODO;
|
// TODO;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void MapWidget::prepareForGetDiveCoordinates()
|
||||||
|
{
|
||||||
|
// TODO;
|
||||||
|
}
|
||||||
|
|
||||||
MapWidget::~MapWidget()
|
MapWidget::~MapWidget()
|
||||||
{
|
{
|
||||||
m_instance = NULL;
|
m_instance = NULL;
|
||||||
|
|
|
@ -28,6 +28,7 @@ public slots:
|
||||||
void centerOnIndex(const QModelIndex& idx);
|
void centerOnIndex(const QModelIndex& idx);
|
||||||
void endGetDiveCoordinates();
|
void endGetDiveCoordinates();
|
||||||
void repopulateLabels();
|
void repopulateLabels();
|
||||||
|
void prepareForGetDiveCoordinates();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
static MapWidget *m_instance;
|
static MapWidget *m_instance;
|
||||||
|
|
Loading…
Add table
Reference in a new issue