mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Reading of damaged documents
This commit is contained in:
@ -382,6 +382,9 @@ void PDFSidebarWidget::updateSignatures(const std::vector<pdf::PDFSignatureVerif
|
||||
templateString = tr("Timestamped by - %1");
|
||||
break;
|
||||
|
||||
case pdf::PDFSignature::Type::Invalid:
|
||||
continue;
|
||||
|
||||
default:
|
||||
Q_ASSERT(false);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user