aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakebuildstep.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-10-10 15:21:07 +0200
committerTobias Hunger <tobias.hunger@qt.io>2019-10-16 08:45:15 +0000
commitc12a80306c82605d7969ca9ffe4b2cbfd5039c06 (patch)
tree4e8382e86b71a500590df4ba852b962a021a7735 /src/plugins/cmakeprojectmanager/cmakebuildstep.h
parent7c9e118255079c512614ce73ad87b98d3f808704 (diff)
CMake: Remove clearBuildTarget from CMakeBuildStep
That method makes little sense, considering that there can only ever be one build target. Change-Id: I53d555fa7d713dd8c05b4a9f5944908afeee859f Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakebuildstep.h')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakebuildstep.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakebuildstep.h b/src/plugins/cmakeprojectmanager/cmakebuildstep.h
index 28c6ccb46e..7a2b6f0c22 100644
--- a/src/plugins/cmakeprojectmanager/cmakebuildstep.h
+++ b/src/plugins/cmakeprojectmanager/cmakebuildstep.h
@@ -64,7 +64,6 @@ public:
QString buildTarget() const;
bool buildsBuildTarget(const QString &target) const;
void setBuildTarget(const QString &target);
- void clearBuildTargets();
QString toolArguments() const;
void setToolArguments(const QString &list);