Highlight unused symbols.

This commit is contained in:
Roberto Raggi
2009-11-30 15:21:16 +01:00
parent f87f2c9766
commit 756a67854a
2 changed files with 6 additions and 5 deletions

View File

@@ -471,8 +471,9 @@ public:
ParenthesesMatchingSelection,
CodeWarningsSelection,
CodeSemanticsSelection,
OtherSelection,
UnusedSymbolSelection,
FakeVimSelection,
OtherSelection,
NExtraSelectionKinds
};
void setExtraSelections(ExtraSelectionKind kind, const QList<QTextEdit::ExtraSelection> &selections);