aboutsummaryrefslogtreecommitdiffstats
path: root/wizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'wizard.h')
-rw-r--r--wizard.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wizard.h b/wizard.h
index 702e3c8..e451a28 100644
--- a/wizard.h
+++ b/wizard.h
@@ -42,6 +42,7 @@ public:
private:
GpgME::GpgContext *mCtx;
KeyMgmt *mKeyMgmt;
+ QWidget *mParent;
};
class IntroPage : public QWizardPage
@@ -87,6 +88,7 @@ private slots:
*/
bool importKeysFromGnupg();
bool importKeysFromGpg4usb();
+ bool importConfFromGpg4usb(QString dir);
private:
KeyMgmt *mKeyMgmt;