Redacting whole pages

This commit is contained in:
Jakub Melka
2020-12-27 17:44:53 +01:00
parent 890b5e0e1c
commit 0c6903d5b8
6 changed files with 365 additions and 0 deletions

View File

@@ -34,9 +34,11 @@ CONFIG += c++11
SOURCES += \
redactplugin.cpp \
selectpagestoredactdialog.cpp
HEADERS += \
redactplugin.h \
selectpagestoredactdialog.h
CONFIG += force_debug_info
@@ -46,4 +48,7 @@ DISTFILES += \
RESOURCES += \
icons.qrc
FORMS += \
selectpagestoredactdialog.ui