From 2dcc0a7d1ebf6435060168f343df2adb5f0abb3c Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Wed, 13 Mar 2019 20:10:22 +0100 Subject: 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 --- desktop-widgets/command.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'desktop-widgets/command.cpp') diff --git a/desktop-widgets/command.cpp b/desktop-widgets/command.cpp index 82e5ebe07..ee2016c6e 100644 --- a/desktop-widgets/command.cpp +++ b/desktop-widgets/command.cpp @@ -88,4 +88,9 @@ void editDiveSiteName(dive_site *ds, const QString &value) execute(new EditDiveSiteName(ds, value)); } +void editDiveSiteDescription(dive_site *ds, const QString &value) +{ + execute(new EditDiveSiteDescription(ds, value)); +} + } // namespace Command -- cgit v1.2.3-70-g09d2