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

Method selectAll

kdevplatform/debugger/framestack/framestackwidget.cpp:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241void FramestackWidget::selectAll()
242{
243 m_framesTreeView->selectAll();
244}
245
246void FramestackWidget::sessionStateChanged(KDevelop::IDebugSession::DebuggerState state)
247{

Callers 3

askNewProfileNameMethod · 0.45
startSearchMethod · 0.45
newNameForDeclarationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected