summaryrefslogtreecommitdiff
path: root/src/plugins/qbsprojectmanager/qbsproject.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2017-03-03 17:10:00 +0100
committerTobias Hunger <tobias.hunger@qt.io>2017-03-10 16:22:31 +0000
commit49fef0ae24b094874186163a767c019a3cde7b00 (patch)
tree91a931c4d6a7bd8bb7e1d2ddb4f147d993ea2d04 /src/plugins/qbsprojectmanager/qbsproject.h
parent2fde3fffa96690e67d73d2aabda1ee92933ebdb2 (diff)
downloadqt-creator-49fef0ae24b094874186163a767c019a3cde7b00.tar.gz
ProjectExplorer: Create initial project tree
Create an initial project tree with a ProjectNode and a FileNode for the project file itself. Fix the Projects to not implement their own tree before they have better data. Change-Id: I147ccd5603d22d1d60880a97f30fd8c271eac88c Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/qbsprojectmanager/qbsproject.h')
-rw-r--r--src/plugins/qbsprojectmanager/qbsproject.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/qbsprojectmanager/qbsproject.h b/src/plugins/qbsprojectmanager/qbsproject.h
index 6e966c56f0..c2d7c1df23 100644
--- a/src/plugins/qbsprojectmanager/qbsproject.h
+++ b/src/plugins/qbsprojectmanager/qbsproject.h
@@ -141,7 +141,6 @@ private:
static bool ensureWriteableQbsFile(const QString &file);
- const QString m_projectName;
QHash<ProjectExplorer::Target *, qbs::Project> m_qbsProjects;
qbs::Project m_qbsProject;
qbs::ProjectData m_projectData;