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
@ -52,6 +52,11 @@ void MapWidget::endGetDiveCoordinates()
|
||||
// TODO;
|
||||
}
|
||||
|
||||
void MapWidget::prepareForGetDiveCoordinates()
|
||||
{
|
||||
// TODO;
|
||||
}
|
||||
|
||||
MapWidget::~MapWidget()
|
||||
{
|
||||
m_instance = NULL;
|
||||
|
||||
@ -28,6 +28,7 @@ public slots:
|
||||
void centerOnIndex(const QModelIndex& idx);
|
||||
void endGetDiveCoordinates();
|
||||
void repopulateLabels();
|
||||
void prepareForGetDiveCoordinates();
|
||||
|
||||
private:
|
||||
static MapWidget *m_instance;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user