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

Method breakpointAdded

kdevplatform/debugger/interfaces/ibreakpointcontroller.cpp:110–113  ·  view source on GitHub ↗

Temporary: empty default implementation

Source from the content-addressed store, hash-verified

108
109// Temporary: empty default implementation
110void IBreakpointController::breakpointAdded(int row)
111{
112 Q_UNUSED(row);
113}
114
115// Temporary: implement old-style behavior to ease transition through API changes
116void IBreakpointController::breakpointModelChanged(int row, BreakpointModel::ColumnFlags columns)

Callers 1

registerBreakpointMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected