forked from qt-creator/qt-creator
Show wizard's cancel button even on Mac.
Task-number: QTCREATORBUG-4655
This commit is contained in:
@@ -53,7 +53,8 @@ ProjectLoadWizard::ProjectLoadWizard(Qt4Project *project, QWidget *parent, Qt::W
|
|||||||
|
|
||||||
setupTargetPage();
|
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
|
// We don't want to actually show the dialog if we don't show the import page
|
||||||
|
Reference in New Issue
Block a user