aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/toolchainmanager.h
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@nokia.com>2012-01-30 16:15:32 +0100
committerhjk <qthjk@ovi.com>2012-01-30 18:00:36 +0100
commit9dcb65a3dc6df6d0a0e94fba6c1c334ec7ee6b79 (patch)
tree0caac7bc484de59dd4820d3aa59a7b32757b5d27 /src/plugins/projectexplorer/toolchainmanager.h
parenta36d587ccf1fc8729bff06a13c53bb8b2bde9955 (diff)
Delay autodetection of the tool chains to a point where it's needed.
Change-Id: Ic05b2ec842be1486203c3d9e6e0fc28f1fcf91b4 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/projectexplorer/toolchainmanager.h')
-rw-r--r--src/plugins/projectexplorer/toolchainmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/projectexplorer/toolchainmanager.h b/src/plugins/projectexplorer/toolchainmanager.h
index 31ab664e62..3fd3e351d4 100644
--- a/src/plugins/projectexplorer/toolchainmanager.h
+++ b/src/plugins/projectexplorer/toolchainmanager.h
@@ -94,12 +94,12 @@ private:
void notifyAboutUpdate(ProjectExplorer::ToolChain *);
-
Internal::ToolChainManagerPrivate *const d;
static ToolChainManager *m_instance;
- friend class ProjectExplorerPlugin;
+ friend class Internal::ToolChainManagerPrivate; // for the restoreToolChains methods
+ friend class ProjectExplorerPlugin; // for constructor
friend class ToolChain;
};