aboutsummaryrefslogtreecommitdiffstats
path: root/keylist.cpp
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2008-10-08 16:16:45 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2008-10-08 16:16:45 +0000
commit1a7ee0101a14e40543802942a04f7413d10c8302 (patch)
tree5fe88e6213af7a6e31b4a5f5ae76a4eda199ef46 /keylist.cpp
parentrenamed myCtx to mCtx in gpgwin* (diff)
downloadgpg4usb-1a7ee0101a14e40543802942a04f7413d10c8302.tar.gz
gpg4usb-1a7ee0101a14e40543802942a04f7413d10c8302.zip
now keylist is refreshed in all keylists (mainwindow and keymgmt ), when one of them changed
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@186 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keylist.cpp')
-rw-r--r--keylist.cpp2
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();
}