diff --git a/src/plugins/projectexplorer/project.cpp b/src/plugins/projectexplorer/project.cpp index c50b612e0f2..46166a08aa3 100644 --- a/src/plugins/projectexplorer/project.cpp +++ b/src/plugins/projectexplorer/project.cpp @@ -390,7 +390,7 @@ bool Project::needsConfiguration() const void Project::configureAsExampleProject(const QStringList &platforms) { - + Q_UNUSED(platforms); } } // namespace ProjectExplorer