aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/SignersPicker.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-04-15 23:19:53 +0000
committersaturneric <[email protected]>2025-04-15 23:19:53 +0000
commit73a0f7ddf8a8db0057201374f1518d2063ad9a06 (patch)
tree4dfdf140fa639f0ab8799433c4d9cf5079a92bf0 /src/ui/dialog/SignersPicker.h
parentrefactor: code cleanup (diff)
downloadGpgFrontend-73a0f7ddf8a8db0057201374f1518d2063ad9a06.tar.gz
GpgFrontend-73a0f7ddf8a8db0057201374f1518d2063ad9a06.zip
feat: support key groups
Diffstat (limited to 'src/ui/dialog/SignersPicker.h')
-rw-r--r--src/ui/dialog/SignersPicker.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/ui/dialog/SignersPicker.h b/src/ui/dialog/SignersPicker.h
index 826ccfab..25f3d440 100644
--- a/src/ui/dialog/SignersPicker.h
+++ b/src/ui/dialog/SignersPicker.h
@@ -56,15 +56,9 @@ class SignersPicker : public GeneralDialog {
*
* @return GpgFrontend::KeyIdArgsListPtr
*/
- auto GetCheckedSigners() -> KeyIdArgsList;
+ auto GetCheckedSigners() -> GpgAbstractKeyPtrList;
/**
- * @brief Get the Checked Signer Key Ids object
- *
- * @return QStringList
- */
- auto GetCheckedSignerKeyIds() -> KeyIdArgsList;
- /**
*
* @return
*/