forked from qt-creator/qt-creator
		
	debugger: make handling multiple core files a bit more convenient
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user