aboutsummaryrefslogtreecommitdiffstats
path: root/wizard.cpp
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2013-08-28 22:37:21 +0200
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2013-08-28 22:37:21 +0200
commit44224fcd1b9b5727d2b8e4e513ee3ad06d463752 (patch)
tree8f6b1d7132bc13644df4a5c1f6cc6dab499a8d54 /wizard.cpp
parentupdated TODO (diff)
downloadgpg4usb-44224fcd1b9b5727d2b8e4e513ee3ad06d463752.tar.gz
gpg4usb-44224fcd1b9b5727d2b8e4e513ee3ad06d463752.zip
added QT_NO_DEBUG_OUTPUT and QT_NO_WARNING to gpg4usb.pro and set wizardstyle to modernstyle for mac
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@1042 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'wizard.cpp')
-rw-r--r--wizard.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/wizard.cpp b/wizard.cpp
index 1c05cf6..bd8a82f 100644
--- a/wizard.cpp
+++ b/wizard.cpp
@@ -38,9 +38,8 @@ Wizard::Wizard(GpgME::GpgContext *ctx, KeyMgmt *keyMgmt, QWidget *parent)
setPage(Page_ImportFromGnupg,new ImportFromGnupgPage(mCtx, mKeyMgmt, this));
setPage(Page_GenKey,new KeyGenPage(mCtx, this));
setPage(Page_Conclusion,new ConclusionPage(this));
-#ifndef Q_WS_MAC
+
setWizardStyle(ModernStyle);
-#endif
setWindowTitle(tr("First Start Wizard"));
// http://www.flickr.com/photos/laureenp/6141822934/