diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-07-28 21:19:00 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-28 22:06:34 -0700 |
commit | 7c92c7dc0ae658c088b8df83fcf97c3d3a8d8a16 (patch) | |
tree | 990862153a248ce2eb4537505eb342a37f895a73 /desktop-widgets/mapwidget.h | |
parent | dff6c001d7d397730096c1044e3594d6660f889b (diff) | |
download | subsurface-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.h | 1 |
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); |