forked from qt-creator/qt-creator
Debugger: Remove thread handler location reset handling
Has not been needed since Utils::TreeModel was used. Change-Id: Iff60a631e306e9756f83d70eacf19c2fe49bcedd Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -398,19 +398,6 @@ void ThreadsHandler::updateThreads(const GdbMi &data)
|
||||
m_currentThread = threadForId(currentId);
|
||||
}
|
||||
|
||||
void ThreadsHandler::scheduleResetLocation()
|
||||
{
|
||||
m_resetLocationScheduled = true;
|
||||
}
|
||||
|
||||
void ThreadsHandler::resetLocation()
|
||||
{
|
||||
if (m_resetLocationScheduled) {
|
||||
m_resetLocationScheduled = false;
|
||||
layoutChanged();
|
||||
}
|
||||
}
|
||||
|
||||
QAbstractItemModel *ThreadsHandler::model()
|
||||
{
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user