mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
dd24eaa377
commit
fe2a264db3
4 changed files with 36 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue