aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/projectexplorer/session.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2017-03-03 14:40:02 +0100
committerTobias Hunger <tobias.hunger@qt.io>2017-03-10 16:22:21 +0000
commit71a5aee36fa90bab83614ded6bb182be6c5bf5e0 (patch)
tree6c6ac48e32820e724cc6fa451984f4b5d71260b3 /src/plugins/projectexplorer/session.h
parent707990632cfefe6f43533725b5d531642967bbd7 (diff)
Session: Update SessionNode when Project tree changes
This moves ownership of the project's root node from the project into the project tree! Change-Id: I84eba884bd63b44e56c75023d8bf12caf5cc2833 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/projectexplorer/session.h')
-rw-r--r--src/plugins/projectexplorer/session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/projectexplorer/session.h b/src/plugins/projectexplorer/session.h
index 1510b7ae5a..b97f297ff2 100644
--- a/src/plugins/projectexplorer/session.h
+++ b/src/plugins/projectexplorer/session.h
@@ -144,6 +144,7 @@ signals: // for tests only
private:
static void saveActiveMode(Core::Id mode);
void clearProjectFileCache();
+ void updateProjectTree(Project *pro);
static void configureEditor(Core::IEditor *editor, const QString &fileName);
static void markSessionFileDirty(bool makeDefaultVirginDirty = true);
static void configureEditors(Project *project);