Rework of color spaces, some bugfixing of color spaces

This commit is contained in:
Jakub Melka
2021-01-02 18:27:22 +01:00
parent b29791b890
commit a2dc4e16a8
8 changed files with 729 additions and 9 deletions

View File

@ -81,6 +81,7 @@ SOURCES += \
sources/pdfsnapper.cpp \
sources/pdfstructuretree.cpp \
sources/pdftextlayout.cpp \
sources/pdftransparencyrenderer.cpp \
sources/pdfutils.cpp \
sources/pdfwidgettool.cpp \
sources/pdfwidgetutils.cpp \
@ -150,6 +151,7 @@ HEADERS += \
sources/pdfsnapper.h \
sources/pdfstructuretree.h \
sources/pdftextlayout.h \
sources/pdftransparencyrenderer.h \
sources/pdfwidgettool.h \
sources/pdfwidgetutils.h \
sources/pdfxreftable.h \