MCPcopy Create free account
hub / github.com/KDE/kdevelop / setThreadShown

Method setThreadShown

kdevplatform/debugger/framestack/framestackwidget.cpp:158–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158void FramestackWidget::setThreadShown(const QModelIndex& current)
159{
160 if (!current.isValid())
161 return;
162 m_session->frameStackModel()->setCurrentThread(current);
163}
164
165void FramestackWidget::checkFetchMoreFrames()
166{

Callers

nothing calls this directly

Calls 3

setCurrentThreadMethod · 0.80
isValidMethod · 0.45
frameStackModelMethod · 0.45

Tested by

no test coverage detected