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
|
@ -54,6 +54,8 @@ slots:
|
|||
void shiftTimes();
|
||||
void divesSelectedSlot(const QVector<QModelIndex> &indices, QModelIndex currentDive, int currentDC);
|
||||
void tripSelected(QModelIndex trip, QModelIndex currentDive);
|
||||
void divesChanged(const QVector<dive *> &dives, DiveField field);
|
||||
void cylinderEdited(dive *dive, int);
|
||||
private:
|
||||
void rowsInserted(const QModelIndex &parent, int start, int end) override;
|
||||
void reset() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue