Dictionary optimalization

This commit is contained in:
Jakub Melka
2020-06-08 19:42:00 +02:00
parent 4e4bf111da
commit 958737f359
14 changed files with 188 additions and 29 deletions

View File

@ -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);