forked from qt-creator/qt-creator
Clang: Let CppCodeModelSettings announce invalidated diagnostic configs
Change-Id: I1fe62d4cd4bc91bfd73e57ace6dc9a87d13b3537 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -50,6 +50,7 @@ public:
|
||||
void setIsReadOnly(bool isReadOnly);
|
||||
|
||||
bool operator==(const ClangDiagnosticConfig &other) const;
|
||||
bool operator!=(const ClangDiagnosticConfig &other) const;
|
||||
|
||||
private:
|
||||
Core::Id m_id;
|
||||
|
||||
Reference in New Issue
Block a user