forked from qt-creator/qt-creator
Fixes: fakevim: add flags to settings page
This commit is contained in:
@@ -2709,6 +2709,10 @@ const DisplaySettings &BaseTextEditor::displaySettings() const
|
||||
return d->m_displaySettings;
|
||||
}
|
||||
|
||||
const InteractionSettings &BaseTextEditor::interactionSettings() const
|
||||
{
|
||||
return d->m_interactionSettings;
|
||||
}
|
||||
|
||||
|
||||
void BaseTextEditor::indentOrUnindent(bool doIndent)
|
||||
|
||||
Reference in New Issue
Block a user