summaryrefslogtreecommitdiffstats
path: root/qt-ui/divelistview.h
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2014-02-13 16:43:55 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-02-17 10:59:30 -0800
commitbbb071f1e8e9429ea49d869437a56d2876fb8287 (patch)
treec8a761f7106ca047d59cee61af92071e61355a33 /qt-ui/divelistview.h
parentfe2a264db3ee9ef49c87e5530d8d198357cd43b5 (diff)
downloadsubsurface-bbb071f1e8e9429ea49d869437a56d2876fb8287.tar.gz
Compute dive computer/camera time offset from sample picture
Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/divelistview.h')
-rw-r--r--qt-ui/divelistview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/divelistview.h b/qt-ui/divelistview.h
index c6321223c..c77b85f24 100644
--- a/qt-ui/divelistview.h
+++ b/qt-ui/divelistview.h
@@ -52,6 +52,7 @@ public slots:
void shiftTimes();
void loadImages();
void uploadToDivelogsDE();
+ QString lastUsedImageDir();
signals:
void currentDiveChanged(int divenr);
@@ -73,7 +74,6 @@ private:
void restoreExpandedRows();
int lastVisibleColumn();
void selectTrip ( dive_trip_t* trip );
- QString lastUsedImageDir();
void updateLastUsedImageDir(const QString& s);
void updateLastImageTimeOffset(int offset);
int lastImageTimeOffset();