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:
@ -3229,7 +3229,7 @@ void PDFInkMapper::createSpotColors(bool activate)
|
||||
{
|
||||
colorSpacePointer = PDFAbstractColorSpace::createColorSpace(colorSpaceDictionary, m_document, m_document->getObject(colorSpaceDictionary->getValue(csIndex)));
|
||||
}
|
||||
catch (PDFException)
|
||||
catch (const PDFException&)
|
||||
{
|
||||
// Ignore invalid color spaces
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user