From 99ea98bc3aaea7e1d8701f221851ba51db8a979c Mon Sep 17 00:00:00 2001 From: nils Date: Mon, 26 Dec 2011 20:56:55 +0000 Subject: 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 --- keyimportdetaildialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'keyimportdetaildialog.h') 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__ -- cgit v1.2.3