forked from qt-creator/qt-creator
Fix QML to UTF-8, unless changed in editor
Task-id: QTCREATORBUG-3424
This commit is contained in:
@@ -54,6 +54,8 @@ public:
|
||||
bool isTemporary() const { return false; }
|
||||
virtual bool open(const QString & fileName);
|
||||
virtual QString preferredModeType() const;
|
||||
void setTextCodec(QTextCodec *codec, TextCodecReason = TextCodecOtherReason);
|
||||
|
||||
|
||||
private:
|
||||
Core::Context m_context;
|
||||
|
||||
Reference in New Issue
Block a user