fix: compile error

This commit is contained in:
Roy Qu 2024-05-03 08:38:00 +08:00
parent 1eb804ab0e
commit c5cd30eb2a
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ public:
bool isSystemHeaderFile(const QString& fileName); bool isSystemHeaderFile(const QString& fileName);
void parseFile(const QString& fileName, bool inProject, void parseFile(const QString& fileName, bool inProject,
bool onlyIfNotParsed = false, bool updateView = true, bool onlyIfNotParsed = false, bool updateView = true,
std::weak_ptr<CppParser> parserPtr = nullptr); std::weak_ptr<CppParser> parserPtr = std::weak_ptr<CppParser>{});
void parseFileList(bool updateView = true); void parseFileList(bool updateView = true);
void parseHardDefines(); void parseHardDefines();
bool parsing() const; bool parsing() const;