aboutsummaryrefslogtreecommitdiffstats
path: root/keylist.h
diff options
context:
space:
mode:
Diffstat (limited to 'keylist.h')
-rw-r--r--keylist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/keylist.h b/keylist.h
index 6bac7d3..1c59ec5 100644
--- a/keylist.h
+++ b/keylist.h
@@ -23,6 +23,7 @@
#define __KEYLIST_H__
#include "gpgcontext.h"
+#include "keyimportdetaildialog.h"
QT_BEGIN_NAMESPACE
class QWidget;
@@ -54,6 +55,7 @@ public slots:
void refresh();
private:
+ void importKeys(QByteArray inBuffer);
GpgME::GpgContext *mCtx;
QTableWidget *mKeyList;
QString iconPath;