diff options
Diffstat (limited to 'keylist.cpp')
-rw-r--r-- | keylist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keylist.cpp b/keylist.cpp index 4ef8322..1aef56b 100644 --- a/keylist.cpp +++ b/keylist.cpp @@ -56,7 +56,7 @@ KeyList::KeyList(GpgME::Context* ctx, QString iconpath, QWidget *parent) setLayout(layout); popupMenu = new QMenu(this); - + connect(mCtx, SIGNAL(keyDBChanged()), this, SLOT(refresh())); refresh(); } |