aboutsummaryrefslogtreecommitdiffstats
path: root/wizard.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-19 18:07:58 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-19 18:07:58 +0000
commit0983ff45aa5b31c6b4df9b5d636fb17ecc0e1104 (patch)
treeeb39509712678f171eac683afd8ea27d49ea97a7 /wizard.h
parentadd OpenHelp on final page (diff)
downloadgpg4usb-0983ff45aa5b31c6b4df9b5d636fb17ecc0e1104.tar.gz
gpg4usb-0983ff45aa5b31c6b4df9b5d636fb17ecc0e1104.zip
cleaned up wizard a little
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@764 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'wizard.h')
-rw-r--r--wizard.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/wizard.h b/wizard.h
index e1bee05..99e7e70 100644
--- a/wizard.h
+++ b/wizard.h
@@ -89,7 +89,6 @@ private:
int nextId() const;
KeyMgmt *mKeyMgmt;
- QVBoxLayout *layout;
GpgME::GpgContext *mCtx;
QCheckBox *gpg4usbKeyCheckBox;
QCheckBox *gpg4usbConfigCheckBox;
@@ -120,8 +119,6 @@ private:
*/
QString getGnuPGHome();
- QLabel *gnupgLabel;
- QVBoxLayout *layout;
GpgME::GpgContext *mCtx;
QPushButton *importFromGnupgButton;
};