mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Soft memory leak bugfix
This commit is contained in:
@ -391,6 +391,7 @@ class PDFFORQTLIBSHARED_EXPORT PDFDocument
|
||||
|
||||
public:
|
||||
explicit PDFDocument() = default;
|
||||
~PDFDocument();
|
||||
|
||||
bool operator==(const PDFDocument& other) const;
|
||||
bool operator!=(const PDFDocument& other) const { return !(*this == other); }
|
||||
|
Reference in New Issue
Block a user