aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/KeyList.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/widgets/KeyList.h')
-rw-r--r--src/ui/widgets/KeyList.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/widgets/KeyList.h b/src/ui/widgets/KeyList.h
index f09ae2ac..842cc6b3 100644
--- a/src/ui/widgets/KeyList.h
+++ b/src/ui/widgets/KeyList.h
@@ -68,7 +68,7 @@ struct KeyTable {
info_type(_info_type),
filter(std::move(_filter)) {}
- void Refresh();
+ void Refresh(KeyLinkListPtr m_keys = nullptr);
KeyIdArgsListPtr GetChecked();
@@ -134,6 +134,8 @@ class KeyList : public QWidget {
QMenu* popupMenu{};
+ GpgFrontend::KeyLinkListPtr _buffered_keys_list;
+
std::function<void(const GpgKey&, QWidget*)> mAction = nullptr;
private slots: