forked from qt-creator/qt-creator
ClassView: Reparse the tree when files are removed
In order to refresh GUI, call reparse after files are removed. Task-number: QTCREATORBUG-25317 Change-Id: I8f29c042c9002587dd791800597af0e42e19856e Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -351,6 +351,7 @@ void Parser::removeFiles(const QStringList &fileList)
|
||||
for (auto it = d->m_projectCache.begin(); it != d->m_projectCache.end(); ++it)
|
||||
it.value().fileList.removeOne(name);
|
||||
}
|
||||
requestCurrentState();
|
||||
}
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user