forked from qt-creator/qt-creator
Generic highlighter is now part of the text editor plugin.
This commit is contained in:
@@ -50,6 +50,7 @@ public:
|
||||
PlainTextEditorFactory(QObject *parent = 0);
|
||||
virtual ~PlainTextEditorFactory();
|
||||
|
||||
void addMimeType(const QString &type);
|
||||
virtual QStringList mimeTypes() const;
|
||||
//Core::IEditorFactory
|
||||
QString id() const;
|
||||
|
||||
Reference in New Issue
Block a user