diff options
Diffstat (limited to 'src/plugins/texteditor/plaintexteditor.h')
-rw-r--r-- | src/plugins/texteditor/plaintexteditor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/texteditor/plaintexteditor.h b/src/plugins/texteditor/plaintexteditor.h index 45ae953271..193bba6efd 100644 --- a/src/plugins/texteditor/plaintexteditor.h +++ b/src/plugins/texteditor/plaintexteditor.h @@ -89,14 +89,12 @@ signals: protected: virtual BaseTextEditorEditable *createEditableInterface() { return new PlainTextEditorEditable(this); } - virtual void indentBlock(QTextDocument *doc, QTextBlock block, QChar typedChar); private: QString findDefinitionId(const Core::MimeType &mimeType, bool considerParents) const; bool m_isMissingSyntaxDefinition; bool m_ignoreMissingSyntaxDefinition; - QScopedPointer<Indenter> m_indenter; Utils::CommentDefinition m_commentDefinition; }; |