ProjectExplorer: Remove effectively unused enum

Change-Id: Ie4f23e5658e57a367ab77c2cc40443f32a60a8d0
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Christian Kandeler
2022-06-03 12:02:17 +02:00
parent 8690bec140
commit 510bbea59a
4 changed files with 5 additions and 9 deletions

View File

@@ -85,7 +85,7 @@ FilePath MesonBuildConfiguration::shadowBuildDirectory(const FilePath &projectFi
const QString projectName = projectFilePath.parentDir().fileName();
return BuildConfiguration::buildDirectoryFromTemplate(
Project::projectDirectory(projectFilePath),
projectFilePath, projectName, k, bcName, buildType, BuildConfiguration::ReplaceSpaces);
projectFilePath, projectName, k, bcName, buildType);
}
ProjectExplorer::BuildSystem *MesonBuildConfiguration::buildSystem() const