diff --git a/src/plugins/texteditor/basetexteditor.h b/src/plugins/texteditor/basetexteditor.h index d13a7aea67e..3edf8f7b163 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,