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

Method url

kdevplatform/debugger/breakpoint/breakpoint.cpp:262–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260 setLocation(url, line());
261}
262QUrl Breakpoint::url() const {
263 return m_url;
264}
265void Breakpoint::setLocation(const QUrl& url, int line)
266{
267 Q_ASSERT(m_kind == CodeBreakpoint);

Callers 15

textDocumentCreatedMethod · 0.45
documentUrlChangedMethod · 0.45
markChangedMethod · 0.45
documentSavedMethod · 0.45
breakpointMethod · 0.45
assignUrlMethod · 0.45
updateMovingCursorMethod · 0.45
slotOpenFileMethod · 0.45

Calls

no outgoing calls

Tested by 5

verifyBreakpointLocationFunction · 0.36
printLinesMethod · 0.36
testSetLocationMethod · 0.36