diff options
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 */ |