aboutsummaryrefslogtreecommitdiffstats
path: root/keylist.h
diff options
context:
space:
mode:
Diffstat (limited to 'keylist.h')
-rw-r--r--keylist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/keylist.h b/keylist.h
index 9936e3d..fed27a1 100644
--- a/keylist.h
+++ b/keylist.h
@@ -58,6 +58,9 @@ public slots:
void slotRefresh();
void slotUploadKeyToServer(QByteArray *keys);
+signals:
+ void keySelectionChanged();
+
private:
void importKeys(QByteArray inBuffer);
GpgME::GpgContext *mCtx;