diff options
author | saturneric <[email protected]> | 2024-11-28 16:19:46 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-11-28 16:19:46 +0000 |
commit | 564b8099189b20b9cf2fa78bfa2620d42f514b72 (patch) | |
tree | d35bd61198618ce6897ae4565a8470597e896983 /src/ui/dialog/SignersPicker.h | |
parent | feat: support encrypting email (diff) | |
download | GpgFrontend-564b8099189b20b9cf2fa78bfa2620d42f514b72.tar.gz GpgFrontend-564b8099189b20b9cf2fa78bfa2620d42f514b72.zip |
feat: support decrypt & verify email
Diffstat (limited to 'src/ui/dialog/SignersPicker.h')
-rw-r--r-- | src/ui/dialog/SignersPicker.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/dialog/SignersPicker.h b/src/ui/dialog/SignersPicker.h index 0b1b7cb9..accf6952 100644 --- a/src/ui/dialog/SignersPicker.h +++ b/src/ui/dialog/SignersPicker.h @@ -59,6 +59,12 @@ class SignersPicker : public GeneralDialog { auto GetCheckedSigners() -> KeyIdArgsListPtr; /** + * @brief Get the Checked Signer Key Ids object + * + * @return QStringList + */ + auto GetCheckedSignerKeyIds() -> QStringList; + /** * * @return */ |