diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-11-27 20:18:23 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-11-27 20:18:23 +0000 |
commit | 247f8f719f7233519b9a06e40ccc751da8659531 (patch) | |
tree | fd319fa246993d7e2858541a12c349610dbdf39c /wizard.h | |
parent | minor beautifying on keyimportdetaildialog (diff) | |
download | gpg4usb-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.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |