aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/SignersPicker.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-12-01 00:21:46 +0000
committersaturneric <[email protected]>2024-12-01 00:21:46 +0000
commiteeec34f66fac8ecb350cd8d683a5dd167c91e706 (patch)
tree61da717af5370e37963da1e21f9daae0dc426b00 /src/ui/dialog/SignersPicker.h
parentfix: solve link errors on windows (diff)
parentfeat: improve windows release structure at nightly build (diff)
downloadGpgFrontend-eeec34f66fac8ecb350cd8d683a5dd167c91e706.tar.gz
GpgFrontend-eeec34f66fac8ecb350cd8d683a5dd167c91e706.zip
Merge branch 'dev/2.1.5/mingw' into develop
Diffstat (limited to '')
-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
*/