mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Public key encryption: code refactoring
This commit is contained in:
@ -189,6 +189,10 @@ void PDFDocumentPropertiesDialog::initializeSecurity(const pdf::PDFDocument* doc
|
||||
modeString = tr("Standard");
|
||||
break;
|
||||
|
||||
case pdf::EncryptionMode::PublicKey:
|
||||
modeString = tr("Public Key");
|
||||
break;
|
||||
|
||||
case pdf::EncryptionMode::Custom:
|
||||
modeString = tr("Custom");
|
||||
break;
|
||||
|
Reference in New Issue
Block a user