aboutsummaryrefslogtreecommitdiffstats
path: root/wizard.h
diff options
context:
space:
mode:
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