summaryrefslogtreecommitdiff
path: root/src/plugins/cmakeprojectmanager/cmakeproject.h
diff options
context:
space:
mode:
authordt <qtc-committer@nokia.com>2010-12-06 16:15:41 +0100
committerdt <qtc-committer@nokia.com>2010-12-07 13:17:12 +0100
commit8697072ce4c01fea020c68b3e7a660d09011994a (patch)
tree9fbbc0f477680b6c23532a9e79f463a5936cf571 /src/plugins/cmakeprojectmanager/cmakeproject.h
parent95d7639bb7b5a85916e908a506254ad5a5214049 (diff)
downloadqt-creator-8697072ce4c01fea020c68b3e7a660d09011994a.tar.gz
ProjectExplorer: Move ITargetFactory to object pool
Makes multiple target factories per project possible Reviewed-By: hunger
Diffstat (limited to 'src/plugins/cmakeprojectmanager/cmakeproject.h')
-rw-r--r--src/plugins/cmakeprojectmanager/cmakeproject.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/cmakeprojectmanager/cmakeproject.h b/src/plugins/cmakeprojectmanager/cmakeproject.h
index 8e0007c004..b3cefd8234 100644
--- a/src/plugins/cmakeprojectmanager/cmakeproject.h
+++ b/src/plugins/cmakeprojectmanager/cmakeproject.h
@@ -78,7 +78,6 @@ public:
QString displayName() const;
QString id() const;
Core::IFile *file() const;
- CMakeTargetFactory *targetFactory() const;
CMakeManager *projectManager() const;
CMakeTarget *activeTarget() const;
@@ -142,7 +141,6 @@ private:
ProjectExplorer::FileWatcher *m_watcher;
bool m_insideFileChanged;
QSet<QString> m_watchedFiles;
- CMakeTargetFactory *m_targetFactory;
QFuture<void> m_codeModelFuture;
QMap<QString, CMakeUiCodeModelSupport *> m_uiCodeModelSupport;