forked from qt-creator/qt-creator
Complete debug output of watch data
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user