forked from qt-creator/qt-creator
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>
This commit is contained in:
@@ -465,8 +465,6 @@ void FolderNode::buildTree(QList<FileNode *> &files, const Utils::FileName &over
|
||||
overrideBaseDir);
|
||||
folder->addNode(fn);
|
||||
}
|
||||
|
||||
emitTreeChanged();
|
||||
}
|
||||
|
||||
// "Compress" a tree of foldernodes such that foldernodes with exactly one foldernode as a child
|
||||
|
||||
Reference in New Issue
Block a user