work save

This commit is contained in:
Roy Qu 2022-03-22 20:03:53 +08:00
parent 6e4d36aade
commit fad84b23f9
2 changed files with 1 additions and 6 deletions

View File

@ -796,6 +796,7 @@ void CppParser::parseFile(const QString &fileName, bool inProject, bool onlyIfNo
}
}
}
qDebug()<<mPreprocessor.includesList().size();
}
}

View File

@ -209,12 +209,6 @@ struct UsingNamespace {
};
using PUsingNamespace = std::shared_ptr<UsingNamespace>;
struct IncompleteClass {
PStatement statement;
int count;
};
using PIncompleteClass = std::shared_ptr<IncompleteClass>;
struct CppScope {
int startLine;
PStatement statement;