forked from qt-creator/qt-creator
FolderNode: Remove makeEmpty() again
It is no longer necessary. Change-Id: Id044ace6f0861bc0fc659fb6d6823da1f0082bc9 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -280,7 +280,6 @@ void BuildDirManager::generateProjectTree(CMakeListsNode *root, const QList<cons
|
||||
|
||||
const Utils::FileName projectFile = m_buildConfiguration->target()->project()->projectFilePath();
|
||||
|
||||
root->makeEmpty();
|
||||
m_reader->generateProjectTree(root, allFiles);
|
||||
|
||||
// Make sure the top level CMakeLists.txt is always visible:
|
||||
|
||||
Reference in New Issue
Block a user