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

Method savedLine

kdevplatform/debugger/breakpoint/breakpoint.cpp:251–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251int Breakpoint::savedLine() const
252{
253 return m_line;
254}
255
256void Breakpoint::setLine(int line) {
257 setLocation(m_url, line);

Calls

no outgoing calls