summaryrefslogtreecommitdiffstats
path: root/qt-ui/divelistview.h
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2014-02-12 16:46:17 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-02-17 10:56:43 -0800
commitfe2a264db3ee9ef49c87e5530d8d198357cd43b5 (patch)
treed18afcb3ab3d71cd48e45b8ad6160091e4a83c05 /qt-ui/divelistview.h
parentdd24eaa377bf95fa9dafd43ca5989aebd822663b (diff)
downloadsubsurface-fe2a264db3ee9ef49c87e5530d8d198357cd43b5.tar.gz
Store camera time offset in preferences
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, 2 insertions, 0 deletions
diff --git a/qt-ui/divelistview.h b/qt-ui/divelistview.h
index 02efac370..c6321223c 100644
--- a/qt-ui/divelistview.h
+++ b/qt-ui/divelistview.h
@@ -75,6 +75,8 @@ private:
void selectTrip ( dive_trip_t* trip );
QString lastUsedImageDir();
void updateLastUsedImageDir(const QString& s);
+ void updateLastImageTimeOffset(int offset);
+ int lastImageTimeOffset();
};
#endif // DIVELISTVIEW_H