forked from qt-creator/qt-creator
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:
@@ -103,9 +103,6 @@ void ProjectLoadWizard::setupTargetPage()
|
|||||||
m_targetSetupPage->setImportDirectoryBrowsingEnabled(true);
|
m_targetSetupPage->setImportDirectoryBrowsingEnabled(true);
|
||||||
m_targetSetupPage->setImportDirectoryBrowsingLocation(m_project->projectDirectory());
|
m_targetSetupPage->setImportDirectoryBrowsingLocation(m_project->projectDirectory());
|
||||||
|
|
||||||
if (importVersions.count() <= 1)
|
|
||||||
return;
|
|
||||||
|
|
||||||
const int targetPageId = addPage(m_targetSetupPage);
|
const int targetPageId = addPage(m_targetSetupPage);
|
||||||
wizardProgress()->item(targetPageId)->setTitle(tr("Targets"));
|
wizardProgress()->item(targetPageId)->setTitle(tr("Targets"));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user