Redaction bugfixing

This commit is contained in:
Jakub Melka
2020-12-31 15:51:03 +01:00
parent 00e67ec2b1
commit b29791b890
6 changed files with 84 additions and 4 deletions

View File

@ -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