Fix layering violations in DivePlannerPointsModel.

Signed-off-by: Michael Keller <mikeller@042.ch>
This commit is contained in:
Michael Keller 2024-08-23 10:30:15 +12:00
parent 2d8e343221
commit 14b9074f40
4 changed files with 11 additions and 7 deletions

View file

@ -66,7 +66,7 @@ public:
void loadFromDive(dive *d, int dcNr);
void addStop(int millimeters, int seconds);
void setDiveMode(int mode);
void cylindersChanged();
public
slots:
void addDefaultStop();