Begin delete command implementation

This commit is contained in:
2019-04-07 20:22:20 +02:00
parent 1b896cbb2a
commit db499fb4b3
9 changed files with 152 additions and 3 deletions

View File

@ -27,7 +27,9 @@ SOURCES += \
odtprocessor.cpp \
utils.cpp \
odsprocessor.cpp \
qssgeneralexception.cpp
qssgeneralexception.cpp \
commanddelete.cpp \
commandupdate.cpp
HEADERS += \
encodingdetector.h \
@ -42,5 +44,7 @@ HEADERS += \
odtprocessor.h \
utils.h \
odsprocessor.h \
qssgeneralexception.h
qssgeneralexception.h \
commanddelete.h \
commandupdate.h
INCLUDEPATH += /usr/include/poppler/qt5/ /usr/include/quazip5