aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/SignersPicker.h
diff options
context:
space:
mode:
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
*/