diff options
Diffstat (limited to 'include/ui/widgets/KeyList.h')
-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 06e80910..295ba224 100644 --- a/include/ui/widgets/KeyList.h +++ b/include/ui/widgets/KeyList.h @@ -79,6 +79,8 @@ public: QStringList *getPrivateChecked(); + void getPrivateCheckedKeys(QVector<GpgKey> &keys); + QStringList *getAllPrivateKeys(); void setChecked(QStringList *keyIds); |