forked from qt-creator/qt-creator
Fixes autotests for windows.
This commit is contained in:
@@ -113,7 +113,7 @@ protected:
|
||||
QByteArray t;
|
||||
t.append(id);
|
||||
t.append(" [label = \"");
|
||||
t.append(spell(token));
|
||||
t.append(spell(token).toUtf8());
|
||||
t.append("\" shape=rect]");
|
||||
_terminalShapes.append(t);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user