forked from qt-creator/qt-creator
add enum value for extra selections
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user