diff options
author | Francois Ferrand <thetypz@gmail.com> | 2010-11-03 11:02:25 +0100 |
---|---|---|
committer | Leandro Melo <leandro.melo@nokia.com> | 2012-04-13 02:07:37 +0200 |
commit | 85609aff8e3bd09a68d7868ad6cf3158e261d713 (patch) | |
tree | 9a09fa06d8277f779b3a4471974f34558f632256 /src/plugins/cpptools/cppsemanticinfo.h | |
parent | 85ce5aba6211385785476164ab95b37140e5b20d (diff) | |
download | qt-creator-85609aff8e3bd09a68d7868ad6cf3158e261d713.tar.gz |
CppHighlighter: highlight macro references.
Change-Id: I7c90957aa67e03a109af0a722160d4e1c759d716
Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
Diffstat (limited to 'src/plugins/cpptools/cppsemanticinfo.h')
-rw-r--r-- | src/plugins/cpptools/cppsemanticinfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/cpptools/cppsemanticinfo.h b/src/plugins/cpptools/cppsemanticinfo.h index cf61b74559..f7adb15d18 100644 --- a/src/plugins/cpptools/cppsemanticinfo.h +++ b/src/plugins/cpptools/cppsemanticinfo.h @@ -52,7 +52,8 @@ public: FieldUse, StaticUse, VirtualMethodUse, - LabelUse + LabelUse, + MacroUse }; typedef TextEditor::SemanticHighlighter::Result Use; |