debugger: next attempt at telling the locals view that an item has children

without actually fetching them
This commit is contained in:
hjk
2009-11-23 10:26:27 +01:00
parent 8ca08fad8a
commit be7d9bf92a

View File

@@ -927,6 +927,7 @@ void WatchModel::insertData(const WatchData &data)
oldItem->generation = generationCounter;
QModelIndex idx = watchIndex(oldItem);
emit dataChanged(idx, idx.sibling(idx.row(), 2));
emit layoutChanged();
} else {
// add new entry
//MODEL_DEBUG("ADD : " << data.iname << data.value);