mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #22: Fix compilation warnings
This commit is contained in:
@ -863,8 +863,6 @@ private:
|
||||
{
|
||||
throw PDFRendererException(RenderErrorType::Error, PDFTranslationContext::tr("Invalid color component count. Provided %1, required %2.").arg(operandCount).arg(colorSpaceComponentCount));
|
||||
}
|
||||
|
||||
return QColor();
|
||||
}
|
||||
|
||||
/// Converts PDF line cap to Qt's pen cap style. Function always succeeds,
|
||||
|
Reference in New Issue
Block a user