forked from qt-creator/qt-creator
Added mime-type for JS files to the QMLJS text editor.
This commit is contained in:
@@ -68,6 +68,7 @@ public:
|
||||
Core::IEditor *duplicate(QWidget *parent);
|
||||
QString id() const;
|
||||
bool isTemporary() const { return false; }
|
||||
virtual bool open(const QString & fileName);
|
||||
|
||||
private:
|
||||
QList<int> m_context;
|
||||
|
||||
Reference in New Issue
Block a user