add enum value for extra selections

This commit is contained in:
hjk
2009-01-13 13:08:21 +01:00
parent 2f203ea6c6
commit 669b56fde9

View File

@@ -396,6 +396,7 @@ public:
CodeWarningsSelection, CodeWarningsSelection,
CodeSemanticsSelection, CodeSemanticsSelection,
OtherSelection, OtherSelection,
FakeVimSelection,
NExtraSelectionKinds NExtraSelectionKinds
}; };
void setExtraSelections(ExtraSelectionKind kind, const QList<QTextEdit::ExtraSelection> &selections); void setExtraSelections(ExtraSelectionKind kind, const QList<QTextEdit::ExtraSelection> &selections);