Add cancel button to project import wizard

Tasknumber: QTCREATORBUG-1149
This commit is contained in:
Tobias Hunger
2010-04-14 17:56:17 +02:00
parent 5a97f79e0b
commit fa5379501f

View File

@@ -56,7 +56,7 @@ ProjectLoadWizard::ProjectLoadWizard(Qt4Project *project, QWidget *parent, Qt::W
setupTargetPage(); setupTargetPage();
setOptions(options() | QWizard::NoCancelButton | QWizard::NoBackButtonOnLastPage); setOptions(options() | QWizard::NoBackButtonOnLastPage);
} }
// 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