summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/texteditorconstants.h
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2010-08-09 14:34:57 +0200
committerRoberto Raggi <roberto.raggi@nokia.com>2010-08-09 14:34:57 +0200
commit3ab927ed749560479531923668fa87be360a8294 (patch)
treef1a00892c9eb4f8f4a801c08f99f72ceac784ed3 /src/plugins/texteditor/texteditorconstants.h
parent3ae8ddf18f9aae826252413bdeb3557f9fb94f3e (diff)
downloadqt-creator-3ab927ed749560479531923668fa87be360a8294.tar.gz
Made the highlighting for virtual methods configurable
Diffstat (limited to 'src/plugins/texteditor/texteditorconstants.h')
-rw-r--r--src/plugins/texteditor/texteditorconstants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/texteditor/texteditorconstants.h b/src/plugins/texteditor/texteditorconstants.h
index 7de9f231b7..c3d30ddcc5 100644
--- a/src/plugins/texteditor/texteditorconstants.h
+++ b/src/plugins/texteditor/texteditorconstants.h
@@ -110,6 +110,7 @@ const char * const C_STRING = "String";
const char * const C_TYPE = "Type";
const char * const C_LOCAL = "Local";
const char * const C_FIELD = "Field";
+const char * const C_VIRTUAL_METHOD = "VirtualMethod";
const char * const C_KEYWORD = "Keyword";
const char * const C_OPERATOR = "Operator";
const char * const C_PREPROCESSOR = "Preprocessor";