aboutsummaryrefslogtreecommitdiffstats
path: root/keylist.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--keylist.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/keylist.h b/keylist.h
index be30a73..63911cf 100644
--- a/keylist.h
+++ b/keylist.h
@@ -39,7 +39,6 @@ class KeyList : public QWidget
Q_OBJECT
public:
- void refresh();
void setColumnWidth(int row, int size);
void addMenuAction(QAction *act);
@@ -47,6 +46,9 @@ public:
QList<QString> *getChecked();
QList<QString> *getSelected();
+public slots:
+ void refresh();
+
private:
GpgME::Context *mCtx;
QTableWidget *mKeyList;