mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Undo/redo manager, fixing form bugs
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user