diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-26 20:56:55 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-26 20:56:55 +0000 |
commit | 99ea98bc3aaea7e1d8701f221851ba51db8a979c (patch) | |
tree | d98bec7ac3c9d64fb3f90366aaae3fad23e6dde6 /keyimportdetaildialog.h | |
parent | show reason for strike out in keyserverimport dialog (diff) | |
download | gpg4usb-99ea98bc3aaea7e1d8701f221851ba51db8a979c.tar.gz gpg4usb-99ea98bc3aaea7e1d8701f221851ba51db8a979c.zip |
added structure for keyimportresult and emit keydbchanged in gpgcontext
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@703 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keyimportdetaildialog.h')
-rw-r--r-- | keyimportdetaildialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyimportdetaildialog.h b/keyimportdetaildialog.h index 6857364..fce813e 100644 --- a/keyimportdetaildialog.h +++ b/keyimportdetaildialog.h @@ -35,7 +35,7 @@ class KeyImportDetailDialog : public QDialog Q_OBJECT public: - KeyImportDetailDialog(GpgME::GpgContext* ctx, KeyList* keyList, gpgme_import_result_t result, QWidget *parent = 0); + KeyImportDetailDialog(GpgME::GpgContext* ctx, KeyList* keyList, GpgImportInformation result, QWidget *parent = 0); private: void createGeneralInfoBox(); @@ -53,7 +53,7 @@ private: QVBoxLayout *mvbox; QGridLayout *generalInfoBoxLayout; QGridLayout *keyInfoBoxLayout; - gpgme_import_result_t mResult; + GpgImportInformation mResult; }; #endif // __KEYIMPORTDETAILSDIALOG_H__ |