summaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-19 17:17:01 +1200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-19 17:17:01 +1200
commit83018619d6f22efda3a98742598670d7bd76482b (patch)
treebfd5e884820b64f0946997a33f758064386c214b /qt-ui/maintab.h
parentecf4d18b417aa9c50ddbc936dc65f80c58d64368 (diff)
downloadsubsurface-83018619d6f22efda3a98742598670d7bd76482b.tar.gz
Always updated the coordinates from the displayed_dive
That's why it's called the displayed dive... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.h')
-rw-r--r--qt-ui/maintab.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qt-ui/maintab.h b/qt-ui/maintab.h
index 2f7277bbd..71703e3f1 100644
--- a/qt-ui/maintab.h
+++ b/qt-ui/maintab.h
@@ -92,6 +92,8 @@ slots:
void escDetected(void);
void photoDoubleClicked(const QString filePath);
void removeSelectedPhotos();
+ void updateGpsCoordinates();
+
private:
Ui::MainTab ui;
WeightModel *weightModel;
@@ -109,7 +111,6 @@ private:
bool copyPaste;
void resetPallete();
void saveTags();
- void updateGpsCoordinates(const struct dive *dive);
void markChangedWidget(QWidget *w);
dive_trip_t *currentTrip;
dive_trip_t displayedTrip;