Issue #118: Fixing compilation errors

This commit is contained in:
Jakub Melka
2023-12-08 10:54:29 +01:00
parent cdbbe5e121
commit 642e6a9bb7
19 changed files with 123 additions and 56 deletions

View File

@ -42,7 +42,7 @@ class PDFAction;
class PDFWidget;
class PDFCMSManager;
class PDFToolManager;
class PDFFormManager;
class PDFWidgetFormManager;
class PDFWidgetAnnotationManager;
}
@ -421,7 +421,7 @@ private:
pdf::PDFCMSManager* m_CMSManager;
pdf::PDFToolManager* m_toolManager;
pdf::PDFWidgetAnnotationManager* m_annotationManager;
pdf::PDFFormManager* m_formManager;
pdf::PDFWidgetFormManager* m_formManager;
PDFFileInfo m_fileInfo;
QFileSystemWatcher m_fileWatcher;