summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/mapwidget.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-28 21:19:00 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-28 22:06:34 -0700
commit7c92c7dc0ae658c088b8df83fcf97c3d3a8d8a16 (patch)
tree990862153a248ce2eb4537505eb342a37f895a73 /desktop-widgets/mapwidget.h
parentdff6c001d7d397730096c1044e3594d6660f889b (diff)
downloadsubsurface-7c92c7dc0ae658c088b8df83fcf97c3d3a8d8a16.tar.gz
Map: try to wait for Map to load
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/mapwidget.h')
-rw-r--r--desktop-widgets/mapwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/mapwidget.h b/desktop-widgets/mapwidget.h
index d104da1a3..bb861d301 100644
--- a/desktop-widgets/mapwidget.h
+++ b/desktop-widgets/mapwidget.h
@@ -34,6 +34,7 @@ public slots:
void prepareForGetDiveCoordinates();
void selectedDivesChanged(QList<int>);
void coordinatesChangedLocal();
+ void doneLoading(QQuickWidget::Status status);
private:
void setEditMode(bool editMode);