Undo/redo manager, fixing form bugs

This commit is contained in:
Jakub Melka
2020-04-25 18:15:12 +02:00
parent 57b3711210
commit ba74169eaa
12 changed files with 532 additions and 55 deletions

View File

@ -479,6 +479,8 @@ private:
PDFCatalog m_catalog;
};
using PDFDocumentPointer = QSharedPointer<PDFDocument>;
/// Helper class for document updates (for example, add/delete annotations,
/// fill form fields, do some other minor operations) and also for major
/// updates (document reset). It also contains modification flags, which are