From 44224fcd1b9b5727d2b8e4e513ee3ad06d463752 Mon Sep 17 00:00:00 2001 From: ubbo Date: Wed, 28 Aug 2013 20:37:21 +0000 Subject: 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 --- wizard.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wizard.cpp') 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/ -- cgit