diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-18 01:07:59 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-18 01:07:59 +0000 |
commit | df241143e81d89cdbe4de110578a547280375b37 (patch) | |
tree | e2b9c94bf689dfbf21939b482c8bf7315d77a2a3 /wizard.h | |
parent | brought wizard to correct order (diff) | |
download | gpg4usb-df241143e81d89cdbe4de110578a547280375b37.tar.gz gpg4usb-df241143e81d89cdbe4de110578a547280375b37.zip |
updated TODO
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@750 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'wizard.h')
-rw-r--r-- | wizard.h | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -80,8 +80,8 @@ private: KeyMgmt *mKeyMgmt; QVBoxLayout *layout; GpgME::GpgContext *mCtx; - QCheckBox *gpg4usbPrivKeyCheckBox; - QCheckBox *gpg4usbPubKeyCheckBox; + QCheckBox *gpg4usbKeyCheckBox; + QCheckBox *gpg4usbConfigCheckBox; QPushButton *importFromGpg4usbButton; }; @@ -112,8 +112,6 @@ private: QLabel *gnupgLabel; QVBoxLayout *layout; GpgME::GpgContext *mCtx; - QCheckBox *gnupgPrivKeyCheckBox; - QCheckBox *gnupgpPubKeyCheckBox; QPushButton *importFromGnupgButton; }; @@ -146,7 +144,7 @@ public: private: QLabel *bottomLabel; - QCheckBox *showWizardCheckBox; + QCheckBox *dontShowWizardCheckBox; }; #endif |