aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/buildstep.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/buildstep.cpp')
-rw-r--r--src/plugins/projectexplorer/buildstep.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/buildstep.cpp b/src/plugins/projectexplorer/buildstep.cpp
index df94768f5a..fc6019ed67 100644
--- a/src/plugins/projectexplorer/buildstep.cpp
+++ b/src/plugins/projectexplorer/buildstep.cpp
@@ -237,7 +237,7 @@ void BuildStep::setWidgetExpandedByDefault(bool widgetExpandedByDefault)
QVariant BuildStep::data(Core::Id id) const
{
- Q_UNUSED(id);
+ Q_UNUSED(id)
return {};
}