aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/widgets/KeyTreeView.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/widgets/KeyTreeView.h')
-rw-r--r--src/ui/widgets/KeyTreeView.h8
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