mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #82: Hot reload function
This commit is contained in:
@@ -69,7 +69,7 @@ public:
|
||||
|
||||
/// Returns sanitized document. Object storage is cleared after
|
||||
/// this function call.
|
||||
PDFDocument takeSanitizedDocument() { return PDFDocument(qMove(m_storage), PDFVersion(2, 0)); }
|
||||
PDFDocument takeSanitizedDocument() { return PDFDocument(qMove(m_storage), PDFVersion(2, 0), QByteArray()); }
|
||||
|
||||
SanitizationFlags getFlags() const;
|
||||
void setFlags(SanitizationFlags flags);
|
||||
|
Reference in New Issue
Block a user