aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/SignersPicker.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-11-28 16:19:46 +0000
committersaturneric <[email protected]>2024-11-28 16:19:46 +0000
commit564b8099189b20b9cf2fa78bfa2620d42f514b72 (patch)
treed35bd61198618ce6897ae4565a8470597e896983 /src/ui/dialog/SignersPicker.h
parentfeat: support encrypting email (diff)
downloadGpgFrontend-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.h6
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
*/