diff options
author | saturneric <[email protected]> | 2025-04-17 15:28:04 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-17 15:28:04 +0000 |
commit | e276f9e86b161362d6f379ab790476936a0e6208 (patch) | |
tree | 65c27e3efcbf113a052bc053e1c2739f4a351217 /src/ui/widgets/KeyTreeView.h | |
parent | fix: compiler issues on CI (diff) | |
download | GpgFrontend-e276f9e86b161362d6f379ab790476936a0e6208.tar.gz GpgFrontend-e276f9e86b161362d6f379ab790476936a0e6208.zip |
feat: generate cark keys
Diffstat (limited to 'src/ui/widgets/KeyTreeView.h')
-rw-r--r-- | src/ui/widgets/KeyTreeView.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ui/widgets/KeyTreeView.h b/src/ui/widgets/KeyTreeView.h index af903273..b5a07f29 100644 --- a/src/ui/widgets/KeyTreeView.h +++ b/src/ui/widgets/KeyTreeView.h @@ -69,7 +69,7 @@ class KeyTreeView : public QTreeView { * @param index * @return GpgAbstractKeyPtr */ - static auto GetKeyByIndex(QModelIndex index) -> GpgAbstractKeyPtr; + auto GetKeyByIndex(QModelIndex index) -> GpgAbstractKeyPtr; /** * @brief Get the All Checked Key Ids object @@ -99,6 +99,12 @@ class KeyTreeView : public QTreeView { */ void SetChannel(int channel); + /** + * @brief + * + */ + void Refresh(); + protected: /** * @brief |