Always show import wizard

Show the import wizard on all imports. This eases import of
shadow builds at non-default locations.

Task-number: QTCREATORBUG-1069
Task-number: QTCREATORBUG-1068
Reviewed-by: dt
This commit is contained in:
Tobias Hunger
2010-04-08 15:32:26 +02:00
parent af9428a6cd
commit 70b961462b

View File

@@ -103,9 +103,6 @@ void ProjectLoadWizard::setupTargetPage()
m_targetSetupPage->setImportDirectoryBrowsingEnabled(true);
m_targetSetupPage->setImportDirectoryBrowsingLocation(m_project->projectDirectory());
if (importVersions.count() <= 1)
return;
const int targetPageId = addPage(m_targetSetupPage);
wizardProgress()->item(targetPageId)->setTitle(tr("Targets"));
}