diff options
Diffstat (limited to 'desktop-widgets/mapwidget.cpp')
-rw-r--r-- | desktop-widgets/mapwidget.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/desktop-widgets/mapwidget.cpp b/desktop-widgets/mapwidget.cpp index 92c289051..315fd3336 100644 --- a/desktop-widgets/mapwidget.cpp +++ b/desktop-widgets/mapwidget.cpp @@ -27,6 +27,11 @@ void MapWidget::centerOnDiveSite(struct dive_site *ds) qDebug() << longitude << latitude;
}
+void MapWidget::reload()
+{
+ // TODO;
+}
+
MapWidget::~MapWidget()
{
m_instance = NULL;
|