mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Dictionary optimalization
This commit is contained in:
@ -489,7 +489,7 @@ void PDFPageContentProcessor::processContent(const QByteArray& content)
|
||||
}
|
||||
}
|
||||
|
||||
dictionary->addEntry(qMove(name), qMove(valueObject));
|
||||
dictionary->addEntry(PDFInplaceOrMemoryString(qMove(name)), qMove(valueObject));
|
||||
}
|
||||
|
||||
PDFDocumentDataLoaderDecorator loader(m_document);
|
||||
|
Reference in New Issue
Block a user