Store camera time offset in preferences

Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Robert C. Helling 2014-02-12 16:46:17 +01:00 committed by Dirk Hohndel
parent dd24eaa377
commit fe2a264db3
4 changed files with 36 additions and 0 deletions

View file

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