diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-02-17 10:18:00 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-04-12 18:19:07 +0300 |
commit | ebfa36682602de1ed5c6ae53aabaf68b0b7f3b24 (patch) | |
tree | b8b2aeb1b5dcf2b98496a9b36a4cdc68295af7d0 /desktop-widgets/CMakeLists.txt | |
parent | 5436f9b8590e6022ce2dabefb23ffb037020784a (diff) | |
download | subsurface-ebfa36682602de1ed5c6ae53aabaf68b0b7f3b24.tar.gz |
Undo: move selection function into command_private.cpp file
Undo of editing should probably also restore the old selection and
current dive. Therefore, move the functions that set and restore the
selection and the current dive from the command_divelist.cpp into the
command_private.cpp translation unit.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/CMakeLists.txt')
-rw-r--r-- | desktop-widgets/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop-widgets/CMakeLists.txt b/desktop-widgets/CMakeLists.txt index 2b1f07d1b..f3718935f 100644 --- a/desktop-widgets/CMakeLists.txt +++ b/desktop-widgets/CMakeLists.txt @@ -66,6 +66,8 @@ set(SUBSURFACE_INTERFACE command_divesite.h command_edit.cpp command_edit.h + command_private.cpp + command_private.h configuredivecomputerdialog.cpp configuredivecomputerdialog.h divecomputermanagementdialog.cpp |