summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/indenter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/indenter.cpp')
-rw-r--r--src/plugins/texteditor/indenter.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/texteditor/indenter.cpp b/src/plugins/texteditor/indenter.cpp
index e1541fd930..02e24e390e 100644
--- a/src/plugins/texteditor/indenter.cpp
+++ b/src/plugins/texteditor/indenter.cpp
@@ -106,3 +106,8 @@ void Indenter::reindent(QTextDocument *doc, const QTextCursor &cursor, BaseTextE
indentBlock(doc, cursor.block(), QChar::Null, editor);
}
}
+
+void Indenter::setCodeStylePreferences(IFallbackPreferences *)
+{
+
+}