Show wizard's cancel button even on Mac.

Task-number: QTCREATORBUG-4655
This commit is contained in:
con
2011-04-26 11:32:17 +02:00
parent feefdfdc38
commit 711d1de5fd

View File

@@ -53,7 +53,8 @@ ProjectLoadWizard::ProjectLoadWizard(Qt4Project *project, QWidget *parent, Qt::W
setupTargetPage();
setOptions(options() | QWizard::NoBackButtonOnLastPage);
setOption(QWizard::NoBackButtonOnLastPage, true);
setOption(QWizard::NoCancelButton, false);
}
// We don't want to actually show the dialog if we don't show the import page