Complete debug output of watch data

This commit is contained in:
Friedemann Kleint
2009-04-01 15:10:20 +02:00
parent d1bb9ea142
commit d3102d8625

View File

@@ -202,6 +202,8 @@ QString WatchData::toString() const
str << "parent=\"" << parentIndex << doubleQuoteComma;
if (row != -1)
str << "row=\"" << row << doubleQuoteComma;
if (childCount)
str << "childCount=\"" << childCount << doubleQuoteComma;
if (const int childCount = childIndex.size()) {
str << "child=\"";
for (int i = 0; i < childCount; i++) {