Advanced page navigation

This commit is contained in:
Jakub Melka
2020-08-29 17:24:37 +02:00
parent 9c260bb75a
commit 210356f426
8 changed files with 374 additions and 2 deletions

View File

@ -61,6 +61,7 @@ SOURCES += \
sources/pdfoptimizer.cpp \
sources/pdfoptionalcontent.cpp \
sources/pdfoutline.cpp \
sources/pdfpagenavigation.cpp \
sources/pdfpagetransition.cpp \
sources/pdfparser.cpp \
sources/pdfdocument.cpp \
@ -116,6 +117,7 @@ HEADERS += \
sources/pdfoptimizer.h \
sources/pdfoptionalcontent.h \
sources/pdfoutline.h \
sources/pdfpagenavigation.h \
sources/pdfpagetransition.h \
sources/pdfpainterutils.h \
sources/pdfparser.h \