aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cmakeprojectmanager/cmaketool.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2018-07-10 13:47:11 +0200
committerTobias Hunger <tobias.hunger@qt.io>2018-07-11 08:30:41 +0000
commit942bd5f74b7da70ddc5e4ebed527f3d33f8c9919 (patch)
tree49e3cf951ae9961f53db8b8dec2e456148fc83ff /src/plugins/cmakeprojectmanager/cmaketool.h
parent673cb6345851f9368a3c05a2e80e918a5d538d5c (diff)
CMake: CMakeTool de-QObject-ification
Change-Id: I7c9dde72b8672be67f6771f98b54b31fa44a9166 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmaketool.h')
-rw-r--r--src/plugins/cmakeprojectmanager/cmaketool.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmaketool.h b/src/plugins/cmakeprojectmanager/cmaketool.h
index 95556cefd7..22f2050419 100644
--- a/src/plugins/cmakeprojectmanager/cmaketool.h
+++ b/src/plugins/cmakeprojectmanager/cmaketool.h
@@ -43,9 +43,8 @@ namespace ProjectExplorer { class Kit; }
namespace CMakeProjectManager {
-class CMAKE_EXPORT CMakeTool : public QObject
+class CMAKE_EXPORT CMakeTool
{
- Q_OBJECT
public:
enum Detection {
ManualDetection,
@@ -79,7 +78,7 @@ public:
explicit CMakeTool(Detection d, const Core::Id &id);
explicit CMakeTool(const QVariantMap &map, bool fromSdk);
- ~CMakeTool() override = default;
+ ~CMakeTool() = default;
static Core::Id createId();