forked from qt-creator/qt-creator
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:
@@ -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();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user