mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Redaction bugfixing
This commit is contained in:
@ -710,4 +710,14 @@ QString PDFActionURI::getURIString() const
|
||||
return QString::fromUtf8(m_URI);
|
||||
}
|
||||
|
||||
void PDFActionGoTo::setDestination(const PDFDestination& destination)
|
||||
{
|
||||
m_destination = destination;
|
||||
}
|
||||
|
||||
void PDFActionGoTo::setStructureDestination(const PDFDestination& structureDestination)
|
||||
{
|
||||
m_structureDestination = structureDestination;
|
||||
}
|
||||
|
||||
} // namespace pdf
|
||||
|
Reference in New Issue
Block a user