aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmakebuildstep.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2018-05-14 17:50:56 +0200
committerhjk <hjk@qt.io>2018-05-31 10:15:42 +0000
commitf44e73b858af7d67b9c855469bee71927ba3f86b (patch)
tree7156c74edf440aaa2d9b9f778e6e5f2fd9ade04f /src/plugins/cmakeprojectmanager/cmakebuildstep.h
parent4feb2259d93dc666d41582ae63aa4b7499ef86a5 (diff)
ProjectExplorer: Simplify BuildStepFactory
De-QObject-ify class, tr contexts are now the product's context, which was the case in some BuildStepFactories already, and is current state in {Run,DeployConfiguration}Factory. One spurious object name removed. De-virtualize canHandle(), it was never overloaded and is not intended to be overloaded anymore. Remove unused clone() function. Change-Id: Iff7fba5f707505f868f94458084a18650535fa23 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakebuildstep.h')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakebuildstep.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakebuildstep.h b/src/plugins/cmakeprojectmanager/cmakebuildstep.h
index 855f582d81..098310f1eb 100644
--- a/src/plugins/cmakeprojectmanager/cmakebuildstep.h
+++ b/src/plugins/cmakeprojectmanager/cmakebuildstep.h
@@ -138,8 +138,6 @@ private:
class CMakeBuildStepFactory : public ProjectExplorer::BuildStepFactory
{
- Q_OBJECT
-
public:
CMakeBuildStepFactory();
};