forked from qt-creator/qt-creator
debugger: fix output of weak and strong reference counts in
QSharedPointer dumper
This commit is contained in:
@@ -808,6 +808,8 @@ void WatchHandler::cleanup()
|
||||
m_completeSet = initialSet();
|
||||
m_displaySet = m_completeSet;
|
||||
|
||||
rebuildModel(); // to get the dummy entries back
|
||||
|
||||
#if 0
|
||||
for (EditWindows::ConstIterator it = m_editWindows.begin();
|
||||
it != m_editWindows.end(); ++it) {
|
||||
|
||||
Reference in New Issue
Block a user