More functionality for the generic highlighter options. Other small changes.

This commit is contained in:
Leandro Melo
2010-05-28 14:37:25 +02:00
parent 68cec6a7c7
commit 2dc7a6a1eb
14 changed files with 166 additions and 64 deletions

View File

@@ -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;