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>
This commit is contained in:
Dirk Hohndel 2015-01-19 17:17:01 +12:00
parent ecf4d18b41
commit 83018619d6
2 changed files with 9 additions and 12 deletions

View file

@ -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;