diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-19 18:07:58 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-19 18:07:58 +0000 |
commit | 0983ff45aa5b31c6b4df9b5d636fb17ecc0e1104 (patch) | |
tree | eb39509712678f171eac683afd8ea27d49ea97a7 /wizard.h | |
parent | add OpenHelp on final page (diff) | |
download | gpg4usb-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.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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; }; |