mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Redaction bugfixing
This commit is contained in:
@@ -191,6 +191,9 @@ public:
|
||||
const PDFDestination& getDestination() const { return m_destination; }
|
||||
const PDFDestination& getStructureDestination() const { return m_structureDestination; }
|
||||
|
||||
void setDestination(const PDFDestination& destination);
|
||||
void setStructureDestination(const PDFDestination& structureDestination);
|
||||
|
||||
private:
|
||||
PDFDestination m_destination;
|
||||
PDFDestination m_structureDestination;
|
||||
|
Reference in New Issue
Block a user