mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Qbs: fix build clang, mingw
This commit is contained in:
@@ -598,18 +598,6 @@ const PDFObject& PDFDocument::getObjectByReference(PDFObjectReference reference)
|
||||
return m_pdfObjectStorage.getObject(reference);
|
||||
}
|
||||
|
||||
inline
|
||||
const PDFObject& PDFObjectStorage::getObject(const PDFObject& object) const
|
||||
{
|
||||
if (object.isReference())
|
||||
{
|
||||
// Try to dereference the object
|
||||
return getObject(object.getReference());
|
||||
}
|
||||
|
||||
return object;
|
||||
}
|
||||
|
||||
inline
|
||||
const PDFDictionary* PDFObjectStorage::getDictionaryFromObject(const PDFObject& object) const
|
||||
{
|
||||
|
Reference in New Issue
Block a user