PdfProcessor: Exception instead of empty result when loading of document fails
这个提交包含在:
		| @@ -11,7 +11,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; | ||||
|  | ||||
|   | ||||
		在新工单中引用
	
	屏蔽一个用户