Added mime-type for JS files to the QMLJS text editor.

This commit is contained in:
Erik Verbruggen
2010-01-15 17:41:12 +01:00
parent 4f95378089
commit 062fa8e783
6 changed files with 20 additions and 7 deletions

View File

@@ -59,7 +59,7 @@ public:
Core::IEditor *createEditor(QWidget *parent);
private:
const QStringList m_mimeTypes;
QStringList m_mimeTypes;
};
} // namespace Internal