mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Warn if Dive Mode / Cylinders are Changed to an Incorrect Configuration.
Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
55a8b9089f
commit
b5f823c85a
4 changed files with 35 additions and 7 deletions
|
|
@ -206,6 +206,8 @@ extern bool cylinder_with_sensor_sample(const struct dive *dive, int cylinder_id
|
|||
|
||||
extern void update_setpoint_events(const struct dive *dive, struct divecomputer *dc);
|
||||
|
||||
extern int check_dc_cylinder_use(struct dive &dive, struct divecomputer &dc);
|
||||
|
||||
/* Make pointers to dive and dive_trip "Qt metatypes" so that they can be passed through
|
||||
* QVariants and through QML.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue