forked from qt-creator/qt-creator
debugger: compile fix for threadshandler
This commit is contained in:
@@ -66,7 +66,7 @@ ThreadsWindow::ThreadsWindow(QWidget *parent)
|
||||
|
||||
void ThreadsWindow::rowActivated(const QModelIndex &index)
|
||||
{
|
||||
selectThread(index.row());
|
||||
DebuggerPlugin::instance()->currentEngine()->selectThread(index.row());
|
||||
}
|
||||
|
||||
void ThreadsWindow::contextMenuEvent(QContextMenuEvent *ev)
|
||||
@@ -108,11 +108,5 @@ void ThreadsWindow::setAlwaysResizeColumnsToContents(bool on)
|
||||
header()->setResizeMode(0, mode);
|
||||
}
|
||||
|
||||
void ThreadsWindow::selectThread(int index)
|
||||
{
|
||||
DebuggerPlugin::instance()->currentEngine()
|
||||
->threadsHandler()->selectThread(index);
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Debugger
|
||||
|
||||
Reference in New Issue
Block a user