mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Tool for exporting internal format of PDF to xml file
This commit is contained in:
@ -111,7 +111,7 @@ struct PDFInplaceString
|
||||
};
|
||||
|
||||
/// Reference to the string implementations
|
||||
struct PDFStringRef
|
||||
struct PDFFORQTLIBSHARED_EXPORT PDFStringRef
|
||||
{
|
||||
const PDFInplaceString* inplaceString = nullptr;
|
||||
const PDFString* memoryString = nullptr;
|
||||
|
Reference in New Issue
Block a user