diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-07-15 23:41:31 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-28 07:31:11 -0700 |
commit | 8f52b129afdd258cf0689cd629a441ceb5eff198 (patch) | |
tree | 742ed8f5ba9a835680c6d008cb8241f8e18b4b67 /desktop-widgets/mapwidget.cpp | |
parent | ae52e2a272b5274abbf6d9e73747ad058e43a734 (diff) | |
download | subsurface-8f52b129afdd258cf0689cd629a441ceb5eff198.tar.gz |
mapwidget: add the placeholder repopulateLabels() method
Another placeholder for the Marble port.
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
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 c083c5f73..e48cbf2d8 100644 --- a/desktop-widgets/mapwidget.cpp +++ b/desktop-widgets/mapwidget.cpp @@ -37,6 +37,11 @@ void MapWidget::centerOnIndex(const QModelIndex& idx) centerOnDiveSite(ds);
}
+void MapWidget::repopulateLabels()
+{
+ // TODO;
+}
+
void MapWidget::reload()
{
// TODO;
|