Object editor model

This commit is contained in:
Jakub Melka
2020-11-25 18:57:02 +01:00
parent 7b95507cac
commit 235cb4cbca
3 changed files with 269 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ SOURCES += \
sources/pdfjbig2decoder.cpp \
sources/pdfmultimedia.cpp \
sources/pdfobject.cpp \
sources/pdfobjecteditormodel.cpp \
sources/pdfobjectutils.cpp \
sources/pdfoptimizer.cpp \
sources/pdfoptionalcontent.cpp \
@@ -118,6 +119,7 @@ HEADERS += \
sources/pdfmultimedia.h \
sources/pdfnametreeloader.h \
sources/pdfobject.h \
sources/pdfobjecteditormodel.h \
sources/pdfobjectutils.h \
sources/pdfoptimizer.h \
sources/pdfoptionalcontent.h \