debugger: allow dumpers to return children in more than one nesting level

This commit is contained in:
hjk
2009-08-28 14:34:08 +02:00
parent 62d7ea19ad
commit 75ade29466
4 changed files with 61 additions and 39 deletions

View File

@@ -843,7 +843,9 @@ void WatchModel::insertData(const WatchData &data)
void WatchModel::insertBulkData(const QList<WatchData> &list)
{
// qDebug() << "WMI:" << list.toString();
//qDebug() << "WMI:" << list.toString();
//foreach (const WatchItem &data, list)
// qDebug() << data.toString();
QTC_ASSERT(!list.isEmpty(), return);
QString parentIName = parentName(list.at(0).iname);
WatchItem *parent = findItem(parentIName, m_root);