aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/globe.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-05-22 12:15:53 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-05-22 12:29:39 -0700
commitd4b5854f82522b1920bbfbe9e094bfa4f0bb516f (patch)
tree7735a4b9cf0821a33aad4d0c236e44b015a1e820 /qt-ui/globe.h
parentb342730ec958a6127cfef4e5459cfea96477ac42 (diff)
downloadsubsurface-d4b5854f82522b1920bbfbe9e094bfa4f0bb516f.tar.gz
Location management: reflect changes to the coordinates on the map
This is a bit aggressive as it changes the globe with every single character that's entered, but it's better than what we had before. 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 4f9d7c611..5cdaa1c18 100644
--- a/qt-ui/globe.h
+++ b/qt-ui/globe.h
@@ -21,7 +21,6 @@ public:
using MarbleWidget::centerOn;
GlobeGPS(QWidget *parent = 0);
void reload();
- void repopulateLabels();
void centerOnCurrentDive();
bool eventFilter(QObject *, QEvent *);
@@ -44,6 +43,7 @@ signals:
public
slots:
+ void repopulateLabels();
void changeDiveGeoPosition(qreal lon, qreal lat, GeoDataCoordinates::Unit);
void mouseClicked(qreal lon, qreal lat, GeoDataCoordinates::Unit);
void fixZoom();