Merge commit 'origin/master'

This commit is contained in:
dt
2009-04-01 16:07:35 +02:00
2 changed files with 41 additions and 30 deletions

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++) {