diff options
| author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2013-08-28 22:37:21 +0200 |
|---|---|---|
| committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2013-08-28 22:37:21 +0200 |
| commit | 44224fcd1b9b5727d2b8e4e513ee3ad06d463752 (patch) | |
| tree | 8f6b1d7132bc13644df4a5c1f6cc6dab499a8d54 /wizard.cpp | |
| parent | updated TODO (diff) | |
| download | gpg4usb-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.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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/ |
