forked from qt-creator/qt-creator
ClassView: WS-only change
Change-Id: If9907e6ba67a9a70765ad3e15f80c9b54bd2575a Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -314,7 +314,7 @@ ParserTreeItem::ConstPtr Parser::parse()
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
void Parser::addProject(const ParserTreeItem::Ptr &item, const QStringList &fileList,
|
void Parser::addProject(const ParserTreeItem::Ptr &item, const QStringList &fileList,
|
||||||
const QString &projectId)
|
const QString &projectId)
|
||||||
{
|
{
|
||||||
// recalculate cache tree if needed
|
// recalculate cache tree if needed
|
||||||
ParserTreeItem::Ptr prj(getCachedOrParseProjectTree(fileList, projectId));
|
ParserTreeItem::Ptr prj(getCachedOrParseProjectTree(fileList, projectId));
|
||||||
|
|||||||
Reference in New Issue
Block a user