aboutsummaryrefslogtreecommitdiffstats
path: root/wizard.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-24 23:13:38 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-24 23:13:38 +0000
commita968178f19399740be05ef220d0fad828ab0a87a (patch)
treecc424a7506bc3bb7d705bb947e823087b6058bd7 /wizard.h
parentresized images for integrated help by 50% (diff)
downloadgpg4usb-a968178f19399740be05ef220d0fad828ab0a87a.tar.gz
gpg4usb-a968178f19399740be05ef220d0fad828ab0a87a.zip
moved layout definitions from header to sourcefile where possible
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@775 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'wizard.h')
-rw-r--r--wizard.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/wizard.h b/wizard.h
index 23cfb46..8f1d9e4 100644
--- a/wizard.h
+++ b/wizard.h
@@ -134,13 +134,11 @@ public:
private slots:
void generateKeyDialog();
- void showKeyGeneratedMessage();
private:
QLabel *topLabel;
QPushButton *createKeyButton;
GpgME::GpgContext *mCtx;
- QVBoxLayout *layout;
};
class ConclusionPage : public QWizardPage