diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-03 20:41:20 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-03 20:41:20 +0000 |
commit | 1ea5614e3b20a40b8764a98c10a7a0c7538035d5 (patch) | |
tree | b8553bdaa92a94a068430f4b3173425ca1eb753d /keymgmt.h | |
parent | fix crash on decrypt with no data (diff) | |
download | gpg4usb-1ea5614e3b20a40b8764a98c10a7a0c7538035d5.tar.gz gpg4usb-1ea5614e3b20a40b8764a98c10a7a0c7538035d5.zip |
show message in statusbar of mainwindow when key is exported to file in keymanagement
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@722 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keymgmt.h')
-rwxr-xr-x | keymgmt.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -44,7 +44,7 @@ class KeyMgmt : public QMainWindow Q_OBJECT public: - KeyMgmt(GpgME::GpgContext* ctx, QString iconpath); + KeyMgmt(GpgME::GpgContext* ctx, QString iconpath, QWidget *parent = 0); QAction *importKeyFromClipboardAct; QAction *importKeyFromFileAct; QAction *importKeyFromKeyServerAct; @@ -61,6 +61,9 @@ public slots: void generateKeyDialog(); void showKeyDetails(); +signals: + void statusBarChanged(QString); + private: void createMenus(); void createActions(); |