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

Method setHasMoreFrames

kdevplatform/debugger/framestack/framestackmodel.cpp:152–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152void FrameStackModel::setHasMoreFrames(int threadNumber, bool hasMoreFrames)
153{
154 Q_D(FrameStackModel);
155
156 d->m_hasMoreFrames[threadNumber] = hasMoreFrames;
157}
158
159FrameStackModel::FrameItem FrameStackModel::frame(const QModelIndex& index)
160{

Callers 1

handleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected