forked from qt-creator/qt-creator
ClassView: Compile with QT_NO_CAST_FROM_ASCII.
Change-Id: I407b2cf2e1d6efa627724e893ea425bb653cdc7a Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user