From 247f8f719f7233519b9a06e40ccc751da8659531 Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 27 Nov 2011 20:18:23 +0000 Subject: added import from old gpg4usb to wizard (beautifying has to be done) git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@651 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- wizard.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'wizard.h') diff --git a/wizard.h b/wizard.h index 7e9601e..120bc2f 100644 --- a/wizard.h +++ b/wizard.h @@ -83,7 +83,8 @@ private slots: /** * @details Import keys from gnupg-homedir, private or/and public depend on the checked boxes */ - bool importKeys(); + bool importKeysFromGnupg(); + bool importKeysFromGpg4usb(); private: int nextId() const; @@ -100,7 +101,8 @@ private: GpgME::GpgContext *mCtx; QCheckBox *privateKeysCheckBox; QCheckBox *publicKeysCheckBox; - QPushButton *importKeyButton; + QPushButton *importFromGnupgButton; + QPushButton *importFromGpg4usbButton; }; class ConclusionPage : public QWizardPage -- cgit v1.2.3