summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/kit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/projectexplorer/kit.h')
-rw-r--r--src/plugins/projectexplorer/kit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/kit.h b/src/plugins/projectexplorer/kit.h
index 00cb589ec4..f50c94f44f 100644
--- a/src/plugins/projectexplorer/kit.h
+++ b/src/plugins/projectexplorer/kit.h
@@ -42,6 +42,7 @@ namespace ProjectExplorer {
class IOutputParser;
namespace Internal {
+class KitManagerPrivate;
class KitModel;
class KitPrivate;
} // namespace Internal
@@ -139,6 +140,7 @@ private:
friend class KitInformation;
friend class KitManager;
+ friend class Internal::KitManagerPrivate;
friend class Internal::KitModel; // needed for setAutoDetected() when cloning kits
};