PdfProcessor: Exception instead of empty result when loading of document fails
This commit is contained in:
parent
8797139ae6
commit
2feb420bb6
@ -13,7 +13,7 @@ QVector<PageData> PdfProcessor::process(const QByteArray &data) const
|
||||
QScopedPointer<Poppler::Document> doc(Poppler::Document::loadFromData(data));
|
||||
if(doc.isNull())
|
||||
{
|
||||
return { };
|
||||
throw QSSGeneralException("Failed to process pdf data");
|
||||
}
|
||||
QRectF entirePage;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user