mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add helper to delete dive from QML
Once again we make this save the changes to the local cache without being prompted. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ae22b7cae0
commit
2772ab8764
2 changed files with 18 additions and 1 deletions
|
|
@ -91,6 +91,7 @@ public slots:
|
|||
QString startpressure, QString endpressure, QString gasmix);
|
||||
|
||||
void saveChanges();
|
||||
void deleteDive(int id);
|
||||
QString addDive();
|
||||
void addDiveAborted(int id);
|
||||
void applyGpsData();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue