diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-02-07 21:23:00 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-04-12 18:19:07 +0300 |
commit | 02d572226df82ccbdfff3c455c9e5b20a7992bc4 (patch) | |
tree | 26b213e2a2af1302631dd2dd2fd2ed3e622793ed /desktop-widgets/command.h | |
parent | a9bd0690fe1d6bd841b0ede2ac53b280ef907b93 (diff) | |
download | subsurface-02d572226df82ccbdfff3c455c9e5b20a7992bc4.tar.gz |
Undo: implement undo of divemaster editing
This is mostly a trivial copy of the buddies code.
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 4ab07b132..d89f54bf7 100644 --- a/desktop-widgets/command.h +++ b/desktop-widgets/command.h @@ -63,6 +63,7 @@ void editDiveSite(const QVector<dive *> dives, struct dive_site *newValue, struc void editDiveSiteNew(const QVector<dive *> dives, const QString &newName, struct dive_site *oldValue); void editTags(const QVector<dive *> &dives, const QStringList &newList, struct dive *d); void editBuddies(const QVector<dive *> &dives, const QStringList &newList, struct dive *d); +void editDiveMaster(const QVector<dive *> &dives, const QStringList &newList, struct dive *d); } // namespace Command |