diff options
Diffstat (limited to 'src/ui/widgets/KeyList.h')
-rw-r--r-- | src/ui/widgets/KeyList.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ui/widgets/KeyList.h b/src/ui/widgets/KeyList.h index f1c88cc6..63b5f7af 100644 --- a/src/ui/widgets/KeyList.h +++ b/src/ui/widgets/KeyList.h @@ -171,7 +171,7 @@ class KeyList : public QWidget { * @param filter */ void AddListGroupTab( - const QString& name, + const QString& name, const QString& id, KeyListRow::KeyType selectType = KeyListRow::SECRET_OR_PUBLIC_KEY, KeyListColumn::InfoType infoType = KeyListColumn::ALL, const std::function<bool(const GpgKey&)>& filter = @@ -303,6 +303,12 @@ class KeyList : public QWidget { */ void SlotRefresh(); + /** + * @brief + * + */ + void SlotRefreshUI(); + private: /** * @brief |