diff options
Diffstat (limited to 'src/plugins/projectexplorer/kit.h')
-rw-r--r-- | src/plugins/projectexplorer/kit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/kit.h b/src/plugins/projectexplorer/kit.h index 031a0521a2..78a1ba4991 100644 --- a/src/plugins/projectexplorer/kit.h +++ b/src/plugins/projectexplorer/kit.h @@ -43,7 +43,6 @@ namespace ProjectExplorer { class IOutputParser; namespace Internal { -class KitManagerPrivate; class KitModel; class KitPrivate; } // namespace Internal @@ -58,7 +57,6 @@ class PROJECTEXPLORER_EXPORT Kit { public: Kit(Core::Id id = Core::Id()); - ~Kit(); // Do not trigger evaluations void blockNotification(); @@ -98,6 +96,8 @@ public: void copyFrom(const Kit *k); private: + ~Kit(); + // Unimplemented. Kit(const Kit &other); void operator=(const Kit &other); |