diff options
Diffstat (limited to 'src/ui/widgets/KeyList.h')
-rw-r--r-- | src/ui/widgets/KeyList.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ui/widgets/KeyList.h b/src/ui/widgets/KeyList.h index abcca2b9..868c5b07 100644 --- a/src/ui/widgets/KeyList.h +++ b/src/ui/widgets/KeyList.h @@ -196,6 +196,13 @@ class KeyList : public QWidget { auto GetSelectedKey() -> QString; /** + * @brief Get the Selected Gpg Key object + * + * @return GpgKey + */ + auto GetSelectedGpgKey() -> std::tuple<bool, GpgKey>; + + /** * @brief * * @return true |