Fixes autotests for windows.

This commit is contained in:
Bill King
2010-12-14 11:01:17 +10:00
parent 8926f7169d
commit 16dc934a48
15 changed files with 44 additions and 42 deletions

View File

@@ -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);
}