aboutsummaryrefslogtreecommitdiffstats
path: root/wizard.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-11-27 20:18:23 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-11-27 20:18:23 +0000
commit247f8f719f7233519b9a06e40ccc751da8659531 (patch)
treefd319fa246993d7e2858541a12c349610dbdf39c /wizard.h
parentminor beautifying on keyimportdetaildialog (diff)
downloadgpg4usb-247f8f719f7233519b9a06e40ccc751da8659531.tar.gz
gpg4usb-247f8f719f7233519b9a06e40ccc751da8659531.zip
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
Diffstat (limited to 'wizard.h')
-rw-r--r--wizard.h6
1 files changed, 4 insertions, 2 deletions
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