forked from qt-creator/qt-creator
debugger: fix the last two commits
This commit is contained in:
@@ -89,7 +89,7 @@ public:
|
||||
{ parent = 0; }
|
||||
|
||||
void setData(const WatchData &data)
|
||||
{ static_cast<WatchData &>(*this) = data; parent = 0; }
|
||||
{ static_cast<WatchData &>(*this) = data; }
|
||||
|
||||
WatchItem *parent;
|
||||
QList<WatchItem *> children; // fetched children
|
||||
|
||||
Reference in New Issue
Block a user