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:
hjk
2019-06-27 16:21:12 +02:00
parent 10098b2508
commit b9d6721be8
8 changed files with 20 additions and 30 deletions

View File

@@ -844,9 +844,8 @@ bool Project::needsBuildConfigurations() const
return true;
}
void Project::configureAsExampleProject(const QSet<Core::Id> &platforms)
void Project::configureAsExampleProject()
{
Q_UNUSED(platforms);
}
bool Project::knowsAllBuildExecutables() const