CMake: CMakeTool de-QObject-ification

Change-Id: I7c9dde72b8672be67f6771f98b54b31fa44a9166
Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Tobias Hunger
2018-07-10 13:47:11 +02:00
parent 673cb63458
commit 942bd5f74b

View File

@@ -43,9 +43,8 @@ namespace ProjectExplorer { class Kit; }
namespace CMakeProjectManager { namespace CMakeProjectManager {
class CMAKE_EXPORT CMakeTool : public QObject class CMAKE_EXPORT CMakeTool
{ {
Q_OBJECT
public: public:
enum Detection { enum Detection {
ManualDetection, ManualDetection,
@@ -79,7 +78,7 @@ public:
explicit CMakeTool(Detection d, const Core::Id &id); explicit CMakeTool(Detection d, const Core::Id &id);
explicit CMakeTool(const QVariantMap &map, bool fromSdk); explicit CMakeTool(const QVariantMap &map, bool fromSdk);
~CMakeTool() override = default; ~CMakeTool() = default;
static Core::Id createId(); static Core::Id createId();