mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Redact text search result
This commit is contained in:
@ -43,6 +43,7 @@ public:
|
||||
private:
|
||||
void updateActions();
|
||||
|
||||
void onRedactTextSelectionTriggered();
|
||||
void onRedactPageTriggered();
|
||||
void onCreateRedactedDocumentTriggered();
|
||||
|
||||
@ -50,6 +51,7 @@ private:
|
||||
|
||||
QAction* m_actionRedactRectangle;
|
||||
QAction* m_actionRedactText;
|
||||
QAction* m_actionRedactTextSelection;
|
||||
QAction* m_actionRedactPage;
|
||||
QAction* m_actionCreateRedactedDocument;
|
||||
};
|
||||
|
Reference in New Issue
Block a user