forked from qt-creator/qt-creator
Use the encoding settings when doing multi-file searches.
Task-number: QTCREATORBUG-65
This commit is contained in:
@@ -119,6 +119,7 @@ public:
|
||||
virtual QTextCodec *textCodec() const = 0;
|
||||
|
||||
static QMap<QString, QString> openedTextEditorsContents();
|
||||
static QMap<QString, QTextCodec *> openedTextEditorsEncodings();
|
||||
|
||||
signals:
|
||||
void contentsChanged();
|
||||
|
||||
Reference in New Issue
Block a user