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

Method insertLine

kdevplatform/vcs/vcsannotation.cpp:140–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void VcsAnnotation::insertLine( int lineno, const VcsAnnotationLine& line )
141{
142 if( lineno < 0 )
143 {
144 return;
145 }
146 d->lines.insert( lineno, line );
147}
148
149void VcsAnnotation::setLocation(const QUrl& u)
150{

Callers 4

testCopyConstructorMethod · 0.80
testAssignOperatorMethod · 0.80
addLinesMethod · 0.80

Calls 1

insertMethod · 0.45