forked from qt-creator/qt-creator
Clang: Reparse editor document on project change
Change-Id: If7dcdc370fd50fded996df80ab6c893b4ec1ad55 Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
This commit is contained in:
@@ -120,6 +120,7 @@ public:
|
||||
|
||||
const QSet<Utf8String> &dependedFilePaths() const;
|
||||
|
||||
void setDirtyIfProjectPartIsOutdated();
|
||||
void setDirtyIfDependencyIsMet(const Utf8String &filePath);
|
||||
|
||||
CommandLineArguments commandLineArguments() const;
|
||||
@@ -139,6 +140,7 @@ public:
|
||||
SkippedSourceRanges skippedSourceRanges() const;
|
||||
|
||||
private:
|
||||
void setDirty();
|
||||
void checkIfNull() const;
|
||||
void checkIfFileExists() const;
|
||||
void updateLastProjectPartChangeTimePoint() const;
|
||||
|
||||
Reference in New Issue
Block a user