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:
@ -179,6 +179,10 @@ int PDFToolInfoApplication::execute(const PDFToolOptions& options)
|
||||
modeString = PDFToolTranslationContext::tr("Standard");
|
||||
break;
|
||||
|
||||
case pdf::EncryptionMode::PublicKey:
|
||||
modeString = PDFToolTranslationContext::tr("Public Key");
|
||||
break;
|
||||
|
||||
case pdf::EncryptionMode::Custom:
|
||||
modeString = PDFToolTranslationContext::tr("Custom");
|
||||
break;
|
||||
|
Reference in New Issue
Block a user