forked from qt-creator/qt-creator
Replace int WatchData::childCount by bool ...hasChildren in Debugger.
...making engine implementations easier. Acked-by: hjk <qtc-committer@nokia.com>
This commit is contained in:
@@ -795,7 +795,7 @@ void CdbDebugEngine::evaluateWatcher(WatchData *wd)
|
||||
wd->setValue(errorMessage);
|
||||
wd->setTypeUnneeded();
|
||||
}
|
||||
wd->setChildCount(0);
|
||||
wd->setHasChildren(false);
|
||||
}
|
||||
|
||||
void CdbDebugEngine::updateWatchData(const WatchData &incomplete)
|
||||
|
||||
Reference in New Issue
Block a user