diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-10-25 07:53:40 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-10-25 13:59:04 -0700 |
commit | faebb539091ca5550bb6b60280d692c50d547bc0 (patch) | |
tree | 785284eedbc783bfd0f02318c05cabf48712e8ed /packaging/ios | |
parent | 572e2678a0c5e1a9c2a947e4a9a86f35cec125eb (diff) | |
download | subsurface-faebb539091ca5550bb6b60280d692c50d547bc0.tar.gz |
undo: add device related undo commands
Add commands for deleting devices and editing device nicknames
to include the device-handling in the undo system.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'packaging/ios')
-rw-r--r-- | packaging/ios/Subsurface-mobile.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/ios/Subsurface-mobile.pro b/packaging/ios/Subsurface-mobile.pro index e9c81dfb2..bcd60efcc 100644 --- a/packaging/ios/Subsurface-mobile.pro +++ b/packaging/ios/Subsurface-mobile.pro @@ -17,6 +17,7 @@ SOURCES += ../../subsurface-mobile-main.cpp \ ../../map-widget/qmlmapwidgethelper.cpp \ ../../commands/command_base.cpp \ ../../commands/command.cpp \ + ../../commands/command_device.cpp \ ../../commands/command_divelist.cpp \ ../../commands/command_divesite.cpp \ ../../commands/command_edit.cpp \ @@ -190,6 +191,7 @@ INCLUDEPATH += ../../../install-root/ios/include/ \ HEADERS += \ ../../commands/command_base.h \ ../../commands/command.h \ + ../../commands/command_device.h \ ../../commands/command_divelist.h \ ../../commands/command_divesite.h \ ../../commands/command_edit.h \ |