summaryrefslogtreecommitdiffstats
path: root/qt-ui/globe.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-08 13:45:24 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-07-08 13:45:24 -0700
commit83e5e4933fe66a6e3d0dfff80a5b4f9463dbf0cb (patch)
treef729665487a297048cca23cb611f9d77314b0031 /qt-ui/globe.h
parent33a7e5cd73f12199d932665c6e59bb242167345f (diff)
downloadsubsurface-83e5e4933fe66a6e3d0dfff80a5b4f9463dbf0cb.tar.gz
Globe: another attempt to fix the globe zoom
The fact that Marble doesn't tell us when it's done flying to the next point is making this excessively complicated to get right. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/globe.h')
-rw-r--r--qt-ui/globe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/globe.h b/qt-ui/globe.h
index 1791e0ff3..6a255a7bd 100644
--- a/qt-ui/globe.h
+++ b/qt-ui/globe.h
@@ -47,7 +47,7 @@ slots:
void repopulateLabels();
void changeDiveGeoPosition(qreal lon, qreal lat, GeoDataCoordinates::Unit);
void mouseClicked(qreal lon, qreal lat, GeoDataCoordinates::Unit);
- void fixZoom();
+ void fixZoom(bool now = false);
void zoomOutForNoGPS();
void prepareForGetDiveCoordinates();
void endGetDiveCoordinates();