mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mapwidget: add an empty reload() method
Call same method in MainWindow if the NO_MARBLE macro is defined. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
parent
86f4a26a83
commit
39af5bb05b
3 changed files with 22 additions and 0 deletions
|
@ -27,6 +27,11 @@ void MapWidget::centerOnDiveSite(struct dive_site *ds)
|
|||
qDebug() << longitude << latitude;
|
||||
}
|
||||
|
||||
void MapWidget::reload()
|
||||
{
|
||||
// TODO;
|
||||
}
|
||||
|
||||
MapWidget::~MapWidget()
|
||||
{
|
||||
m_instance = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue