QmlJS: Don't translate debug output

Change-Id: I979427a5092fe15c1595a9a67c1d31bbe1911ab6
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
Kai Koehne
2014-09-02 15:50:53 +02:00
parent 53db457521
commit f2108c6ae3

View File

@@ -1416,7 +1416,7 @@ void CppQmlTypesLoader::parseQmlTypeDescriptions(const QByteArray &contents,
case 0xff: case 0xff:
case 0xee: case 0xee:
case 0x00: case 0x00:
qWarning() << QApplication::translate("CppQmlTypesLoader", "%1 seems not to be encoded in UTF8 or has a BOM.").arg(fileName); qWarning() << fileName << "seems not to be encoded in UTF8 or has a BOM.";
default: break; default: break;
} }
} }