diff options
Diffstat (limited to '')
-rw-r--r-- | include/ui/widgets/KeyList.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ui/widgets/KeyList.h b/include/ui/widgets/KeyList.h index 6af54518..c4169f4a 100644 --- a/include/ui/widgets/KeyList.h +++ b/include/ui/widgets/KeyList.h @@ -69,6 +69,8 @@ public: QStringList *getChecked(); + void getCheckedKeys(QVector<GpgKey> &keys); + QStringList *getPrivateChecked(); QStringList *getAllPrivateKeys(); |