Fixes: debugger: work on hash and map dumper with simple keys or

values
This commit is contained in:
hjk
2009-01-28 17:34:23 +01:00
parent 89fc9886c4
commit 943efa766c
2 changed files with 37 additions and 45 deletions

View File

@@ -2854,7 +2854,7 @@ static bool extractTemplate(const QString &type, QString *tmplate, QString *inne
*tmplate = tmplate->trimmed();
*tmplate = tmplate->remove("<>");
*inner = inner->trimmed();
//qDebug() << "EXTRACT TEMPLATE: " << *tmplate << *inner;
//qDebug() << "EXTRACT TEMPLATE: " << *tmplate << *inner << " FROM " << type;
return !inner->isEmpty();
}