Clang: Refactor icon setting in ClangTextMark

Change-Id: Ie0c2185d83d3b8344c2f88467236c1eac3b07a6b
Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
This commit is contained in:
Marco Bubke
2015-09-21 16:09:53 +02:00
parent a9193243b9
commit 0c53561c75
2 changed files with 17 additions and 10 deletions

View File

@@ -46,6 +46,9 @@ public:
ClangTextMark(ClangTextMark &other) = delete;
ClangTextMark &operator=(ClangTextMark &other) = delete;
private:
void setIcon(ClangBackEnd::DiagnosticSeverity severity);
};
} // namespace ClangCodeModel