forked from qt-creator/qt-creator
ProjectExplorer: Reduce ProjectExplorer::configureAsExampleProject()
... to the bits that are actually used. Change-Id: I39a6ed1f4136d75b776bb89eec6165479097a4ec Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -291,7 +291,7 @@ ProjectInfo ProjectOpenerAndCloser::open(const QString &projectFile, bool config
|
||||
|
||||
Project *project = result.project();
|
||||
if (configureAsExampleProject)
|
||||
project->configureAsExampleProject({ });
|
||||
project->configureAsExampleProject();
|
||||
|
||||
if (TestCase::waitUntilCppModelManagerIsAwareOf(project)) {
|
||||
m_openProjects.append(project);
|
||||
|
||||
Reference in New Issue
Block a user