mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Enable posibility to add dives to trip below
When I'm on a dive trip i usually download dives multiple times to start logging them while i still remember them. When i have already created a trip and downloads new dives they needs to be able to be added to the already existing trip, without relying on autogroup. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a29c4ddba3
commit
519f45416f
2 changed files with 15 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ slots:
|
|||
void mergeTripBelow();
|
||||
void newTripAbove();
|
||||
void addToTripAbove();
|
||||
void addToTripBelow();
|
||||
void mergeDives();
|
||||
void saveSelectedDivesAs();
|
||||
void exportSelectedDivesAsUDDF();
|
||||
|
|
@ -77,6 +78,7 @@ private:
|
|||
void updateLastUsedImageDir(const QString &s);
|
||||
void updateLastImageTimeOffset(int offset);
|
||||
int lastImageTimeOffset();
|
||||
void addToTrip(bool);
|
||||
};
|
||||
|
||||
#endif // DIVELISTVIEW_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue