forked from qt-creator/qt-creator
Fixes: debugger: work on hash and map dumper with simple keys or
values
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user