diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2008-10-08 16:16:45 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2008-10-08 16:16:45 +0000 |
commit | 1a7ee0101a14e40543802942a04f7413d10c8302 (patch) | |
tree | 5fe88e6213af7a6e31b4a5f5ae76a4eda199ef46 /keylist.h | |
parent | renamed myCtx to mCtx in gpgwin* (diff) | |
download | gpg4usb-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.h')
-rw-r--r-- | keylist.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |