debugger: make handling multiple core files a bit more convenient

This commit is contained in:
hjk
2010-02-02 17:25:14 +01:00
parent 7c823c6a26
commit 18445dc9c6
16 changed files with 794 additions and 15 deletions

View File

@@ -408,5 +408,6 @@ void ThreadsHandler::notifyRunning()
it->notifyRunning();
emit dataChanged(index(0, 1), index(m_threads.size()- 1, ColumnCount - 1));
}
} // namespace Internal
} // namespace Debugger