Skip to content
Snippets Groups Projects
Commit fa537950 authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Add cancel button to project import wizard

Tasknumber: QTCREATORBUG-1149
parent 5a97f79e
No related merge requests found
......@@ -56,7 +56,7 @@ ProjectLoadWizard::ProjectLoadWizard(Qt4Project *project, QWidget *parent, Qt::W
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment