aboutsummaryrefslogtreecommitdiffstats
path: root/wizard.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-15 18:04:37 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-15 18:04:37 +0000
commita959b0b945d8a01f62544bfb73f03ad6f900a38d (patch)
tree0c2ea13635b636a79bef8bc6b8c73018033047ed /wizard.h
parenthint to possibly fix newer gpgme for win (diff)
downloadgpg4usb-a959b0b945d8a01f62544bfb73f03ad6f900a38d.tar.gz
gpg4usb-a959b0b945d8a01f62544bfb73f03ad6f900a38d.zip
mainwindow reloadable, e.g. when translation changes
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@741 34ebc366-c3a9-4b3c-9f84-69acf7962910
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;