aboutsummaryrefslogtreecommitdiffstats
path: root/wizard.h
diff options
context:
space:
mode:
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;
};