summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/plaintexteditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/plaintexteditor.h')
-rw-r--r--src/plugins/texteditor/plaintexteditor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/texteditor/plaintexteditor.h b/src/plugins/texteditor/plaintexteditor.h
index 55fb62ca03..2d8a2309cc 100644
--- a/src/plugins/texteditor/plaintexteditor.h
+++ b/src/plugins/texteditor/plaintexteditor.h
@@ -81,6 +81,9 @@ public slots:
private slots:
void configure();
+signals:
+ void configured(Core::IEditor *editor);
+
protected:
virtual BaseTextEditorEditable *createEditableInterface() { return new PlainTextEditorEditable(this); }
virtual void indentBlock(QTextDocument *doc, QTextBlock block, QChar typedChar);