aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/plaintexteditorfactory.h
diff options
context:
space:
mode:
authorLeandro Melo <leandro.melo@nokia.com>2010-05-28 14:37:25 +0200
committerLeandro Melo <leandro.melo@nokia.com>2010-05-28 15:04:44 +0200
commit2dc7a6a1eb27db82cb6ce67754013e85ecd6472a (patch)
tree07407d328a746194ed14cbdf30136fe5bf5aeaf7 /src/plugins/texteditor/plaintexteditorfactory.h
parent68cec6a7c7e8415e8430887a8a30c40b7d2255d4 (diff)
More functionality for the generic highlighter options. Other small changes.
Diffstat (limited to 'src/plugins/texteditor/plaintexteditorfactory.h')
-rw-r--r--src/plugins/texteditor/plaintexteditorfactory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/texteditor/plaintexteditorfactory.h b/src/plugins/texteditor/plaintexteditorfactory.h
index a01a80f7f11..51ebbc52b4c 100644
--- a/src/plugins/texteditor/plaintexteditorfactory.h
+++ b/src/plugins/texteditor/plaintexteditorfactory.h
@@ -61,6 +61,9 @@ public:
TextEditor::TextEditorActionHandler *actionHandler() const { return m_actionHandler; }
+private slots:
+ void updateEditorInfoBar(Core::IEditor *editor);
+
private:
QStringList m_mimeTypes;
TextEditor::TextEditorActionHandler *m_actionHandler;