PdfProcessor: Exception instead of empty result when loading of document fails
This commit is contained in:
		| @@ -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; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user