From 669b56fde9e8f253626d719811cd552defe4c4bf Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 13 Jan 2009 13:08:21 +0100 Subject: [PATCH] add enum value for extra selections --- src/plugins/texteditor/basetexteditor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/texteditor/basetexteditor.h b/src/plugins/texteditor/basetexteditor.h index 7cdcafdf7fb..f9fb76de369 100644 --- a/src/plugins/texteditor/basetexteditor.h +++ b/src/plugins/texteditor/basetexteditor.h @@ -396,6 +396,7 @@ public: CodeWarningsSelection, CodeSemanticsSelection, OtherSelection, + FakeVimSelection, NExtraSelectionKinds }; void setExtraSelections(ExtraSelectionKind kind, const QList &selections);