forked from qt-creator/qt-creator
Clang: Rename reparseNeeded to isDirty
...because the flag can be set for needed parses, too. Change-Id: I8b328afefb282cb6bd1cf88711af3d08a56808db Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -96,7 +96,8 @@ public:
|
||||
bool isVisibleInEditor() const;
|
||||
void setIsVisibleInEditor(bool isVisibleInEditor);
|
||||
|
||||
bool isNeedingReparse() const;
|
||||
bool isDirty() const;
|
||||
TimePoint isDirtyTimeChangePoint() const;
|
||||
void setDirtyIfProjectPartIsOutdated();
|
||||
void setDirtyIfDependencyIsMet(const Utf8String &filePath);
|
||||
|
||||
@@ -114,7 +115,6 @@ public: // for tests
|
||||
void setDependedFilePaths(const QSet<Utf8String> &filePaths);
|
||||
TranslationUnitUpdater createUpdater() const;
|
||||
void setHasParseOrReparseFailed(bool hasFailed);
|
||||
TimePoint isNeededReparseChangeTimePoint() const;
|
||||
|
||||
private:
|
||||
void setDirty();
|
||||
|
||||
Reference in New Issue
Block a user