ClassView: Compile with QT_NO_CAST_FROM_ASCII.

Change-Id: I407b2cf2e1d6efa627724e893ea425bb653cdc7a
Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
This commit is contained in:
Friedemann Kleint
2012-01-20 15:13:56 +01:00
parent b97b45a341
commit fd754e8231
3 changed files with 5 additions and 4 deletions

View File

@@ -364,7 +364,7 @@ void ParserTreeItem::debugDump(int ident) const
d->symbolInformations.constEnd();
while(curHash != endHash) {
const SymbolInformation &inf = curHash.key();
qDebug() << QString(2*ident, QChar(' ')) << inf.iconType() << inf.name() << inf.type()
qDebug() << QString(2*ident, QLatin1Char(' ')) << inf.iconType() << inf.name() << inf.type()
<< curHash.value().isNull();
if (!curHash.value().isNull())
curHash.value()->debugDump(ident + 1);