forked from qt-creator/qt-creator
add enum value for extra selections
This commit is contained in:
@@ -396,6 +396,7 @@ public:
|
||||
CodeWarningsSelection,
|
||||
CodeSemanticsSelection,
|
||||
OtherSelection,
|
||||
FakeVimSelection,
|
||||
NExtraSelectionKinds
|
||||
};
|
||||
void setExtraSelections(ExtraSelectionKind kind, const QList<QTextEdit::ExtraSelection> &selections);
|
||||
|
||||
Reference in New Issue
Block a user