summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/command.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-03-13 20:10:22 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-04-12 18:19:07 +0300
commit2dcc0a7d1ebf6435060168f343df2adb5f0abb3c (patch)
tree533995c902f5dc6a629ac606c08a8b3db834d525 /desktop-widgets/command.h
parent0fd85832b7f628d1bb6d308c11b5e53ea1e9f65b (diff)
downloadsubsurface-2dcc0a7d1ebf6435060168f343df2adb5f0abb3c.tar.gz
Undo: implement undo of dive site description editing
Simply duplicate the code of dive site name editing. Split out the common functionality that swaps a C and a Qt string. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/command.h')
-rw-r--r--desktop-widgets/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/command.h b/desktop-widgets/command.h
index 09fb45526..785981831 100644
--- a/desktop-widgets/command.h
+++ b/desktop-widgets/command.h
@@ -42,6 +42,7 @@ void mergeDives(const QVector <dive *> &dives);
void deleteDiveSites(const QVector <dive_site *> &sites);
void editDiveSiteName(dive_site *ds, const QString &value);
+void editDiveSiteDescription(dive_site *ds, const QString &value);
} // namespace Command