diff options
author | Robert C. Helling <helling@atdotde.de> | 2014-02-12 16:46:17 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-17 10:56:43 -0800 |
commit | fe2a264db3ee9ef49c87e5530d8d198357cd43b5 (patch) | |
tree | d18afcb3ab3d71cd48e45b8ad6160091e4a83c05 /qt-ui/divelistview.h | |
parent | dd24eaa377bf95fa9dafd43ca5989aebd822663b (diff) | |
download | subsurface-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.h | 2 |
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 |