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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user