mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile/undo: compile undo commands and call undo command for deletion.
First steps towards full undo on mobile. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5601104ba5
commit
c0095f690f
4 changed files with 18 additions and 26 deletions
|
@ -15,6 +15,12 @@ QTQUICK_COMPILER_SKIPPED_RESOURCES +=
|
|||
SOURCES += ../../subsurface-mobile-main.cpp \
|
||||
../../subsurface-helper.cpp \
|
||||
../../map-widget/qmlmapwidgethelper.cpp \
|
||||
../../commands/command_base.cpp \
|
||||
../../commands/command.cpp \
|
||||
../../commands/command_divelist.cpp \
|
||||
../../commands/command_divesite.cpp \
|
||||
../../commands/command_edit.cpp \
|
||||
../../commands/command_edit_trip.cpp \
|
||||
../../core/cloudstorage.cpp \
|
||||
../../core/configuredivecomputerthreads.cpp \
|
||||
../../core/devicedetails.cpp \
|
||||
|
@ -174,6 +180,12 @@ INCLUDEPATH += ../../../install-root/ios/include/ \
|
|||
/usr/include/libxml2
|
||||
|
||||
HEADERS += \
|
||||
../../commands/command_base.h \
|
||||
../../commands/command.h \
|
||||
../../commands/command_divelist.h \
|
||||
../../commands/command_divesite.h \
|
||||
../../commands/command_edit.h \
|
||||
../../commands/command_edit_trip.h \
|
||||
../../core/libdivecomputer.h \
|
||||
../../core/cloudstorage.h \
|
||||
../../core/configuredivecomputerthreads.h \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue