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

@@ -43,6 +43,9 @@ public:
private:
void updateActions();
void onRedactPageTriggered();
void onCreateRedactedDocumentTriggered();
QAction* m_actionRedactRectangle;
QAction* m_actionRedactText;
QAction* m_actionRedactPage;