aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/clangcodemodel/clangtextmark.h
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@theqtcompany.com>2015-09-21 16:09:53 +0200
committerMarco Bubke <marco.bubke@theqtcompany.com>2015-09-23 16:10:25 +0000
commit0c53561c757d957e729a7161bd8cb0ce70605dbd (patch)
treeecf087447646f682793c374d1a56a80bb363f37e /src/plugins/clangcodemodel/clangtextmark.h
parenta9193243b9b1b362d9c5537453e3519f2037f281 (diff)
Clang: Refactor icon setting in ClangTextMark
Change-Id: Ie0c2185d83d3b8344c2f88467236c1eac3b07a6b Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com>
Diffstat (limited to 'src/plugins/clangcodemodel/clangtextmark.h')
-rw-r--r--src/plugins/clangcodemodel/clangtextmark.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/clangcodemodel/clangtextmark.h b/src/plugins/clangcodemodel/clangtextmark.h
index 5d7752ad43..55aa3c68ef 100644
--- a/src/plugins/clangcodemodel/clangtextmark.h
+++ b/src/plugins/clangcodemodel/clangtextmark.h
@@ -46,6 +46,9 @@ public:
ClangTextMark(ClangTextMark &other) = delete;
ClangTextMark &operator=(ClangTextMark &other) = delete;
+
+private:
+ void setIcon(ClangBackEnd::DiagnosticSeverity severity);
};
} // namespace ClangCodeModel