AutoTest: Turn global variable into attribute

Change-Id: Id45bafa61f03e8225d5f4224611e2f6db84a16b1
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Bernhard Beschow
2021-01-01 19:18:40 +01:00
parent d3595110f1
commit 43706c0b65
2 changed files with 10 additions and 10 deletions

View File

@@ -102,6 +102,10 @@ private:
void parsePostponedFiles();
void releaseParserInternals();
// used internally to indicate a parse that failed due to having triggered a parse for a file that
// is not (yet) part of the CppModelManager's snapshot
bool m_parsingHasFailed = false;
bool m_codeModelParsing = false;
bool m_fullUpdatePostponed = false;
bool m_partialUpdatePostponed = false;