summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoberto Raggi <roberto.raggi@nokia.com>2010-05-21 15:42:05 +0200
committerRoberto Raggi <roberto.raggi@nokia.com>2010-05-25 17:15:21 +0200
commit53b8df81554c3a83d181de4c9934d4206dc776ff (patch)
tree83702537f74ff50f888bce9fff06f96bc107b0ba /src
parenta4245c174ac126a00aa5dbd0924a845364020d02 (diff)
downloadqt-creator-53b8df81554c3a83d181de4c9934d4206dc776ff.tar.gz
Introduced a new kind of extra selection that we can use to mark undefined symbols.
Diffstat (limited to 'src')
-rw-r--r--src/plugins/texteditor/basetexteditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/texteditor/basetexteditor.h b/src/plugins/texteditor/basetexteditor.h
index d13a7aea67..3edf8f7b16 100644
--- a/src/plugins/texteditor/basetexteditor.h
+++ b/src/plugins/texteditor/basetexteditor.h
@@ -335,6 +335,7 @@ public:
ParenthesesMatchingSelection,
CodeWarningsSelection,
CodeSemanticsSelection,
+ UndefinedSymbolSelection,
UnusedSymbolSelection,
FakeVimSelection,
OtherSelection,