From faebb539091ca5550bb6b60280d692c50d547bc0 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sun, 25 Oct 2020 07:53:40 +0100 Subject: 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 --- packaging/ios/Subsurface-mobile.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packaging') 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 \ -- cgit v1.2.3-70-g09d2