debugger: fix output of weak and strong reference counts in

QSharedPointer dumper
This commit is contained in:
hjk
2009-04-29 15:09:08 +02:00
parent 86c544b488
commit 0428a109e8
2 changed files with 19 additions and 2 deletions

View File

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