From 352a8f0528ac65a6597809dd840b1629bccb65b9 Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Mon, 12 Mar 2012 17:16:16 +0100 Subject: [PATCH] Fix build time warning Change-Id: I0aa1fa59512d7376f7884bd36840279c32413bc5 Reviewed-by: Tobias Hunger --- src/plugins/projectexplorer/project.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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