diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-15 18:04:37 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-15 18:04:37 +0000 |
commit | a959b0b945d8a01f62544bfb73f03ad6f900a38d (patch) | |
tree | 0c2ea13635b636a79bef8bc6b8c73018033047ed /wizard.h | |
parent | hint to possibly fix newer gpgme for win (diff) | |
download | gpg4usb-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |