mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
When starting the planner, copy cylinders from currently selected dive.
This way, the user can save dives containing sets of "standard cylinders". Selecting one of those prepopulates the gas list for the planner. Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
90638180d2
commit
9a4f8b50bd
5 changed files with 33 additions and 0 deletions
|
@ -48,6 +48,7 @@ public:
|
|||
void rememberTanks();
|
||||
bool tankInUse(int o2, int he);
|
||||
void copyCylinders(struct dive *d);
|
||||
void copyCylindersFrom(struct dive *d);
|
||||
/**
|
||||
* @return the row number.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue