diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-10-06 20:54:25 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-10-26 11:36:23 -0700 |
commit | 7b730602c6ac92c561c5ccb6a0dbf725a70fa963 (patch) | |
tree | 7f3f6e9b7f59d82db0ab56240b565918ba0d5cf5 /desktop-widgets/command.h | |
parent | 6a6b992a7767c2ab4eee83a23d0c17caf979f66f (diff) | |
download | subsurface-7b730602c6ac92c561c5ccb6a0dbf725a70fa963.tar.gz |
Undo: implement ReplanDive command
Implement an undo command that overwrites the dive-computers and
cylinders of the current dive with a given dive. This will be used
when replanning a dive.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/command.h')
-rw-r--r-- | desktop-widgets/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/command.h b/desktop-widgets/command.h index 15218383c..8fbed5069 100644 --- a/desktop-widgets/command.h +++ b/desktop-widgets/command.h @@ -75,6 +75,7 @@ int editTags(const QStringList &newList, bool currentDiveOnly); int editBuddies(const QStringList &newList, bool currentDiveOnly); int editDiveMaster(const QStringList &newList, bool currentDiveOnly); void pasteDives(const dive *d, dive_components what); +void replanDive(dive *d); // dive computer(s) and cylinder(s) will be reset! // 5) Trip editing commands |