mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Public key encryption: Open certificate manager from context menu
This commit is contained in:
@ -98,6 +98,7 @@ public:
|
||||
SaveAs,
|
||||
Properties,
|
||||
Options,
|
||||
CertificateManager,
|
||||
GetSource,
|
||||
About,
|
||||
SendByMail,
|
||||
@ -333,6 +334,7 @@ private:
|
||||
void onActionFirstPageOnRightSideTriggered();
|
||||
void onActionFindTriggered();
|
||||
void onActionOptionsTriggered();
|
||||
void onActionCertificateManagerTriggered();
|
||||
void onActionOpenTriggered();
|
||||
void onActionCloseTriggered();
|
||||
void onActionDeveloperCreateInstaller();
|
||||
|
Reference in New Issue
Block a user