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

Method setLineNumber

kdevplatform/vcs/vcsannotation.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void VcsAnnotationLine::setLineNumber( int lineno )
77{
78 d->lineno = lineno;
79}
80
81void VcsAnnotationLine::setText( const QString& text )
82{

Callers 8

setAnnotationLineMethod · 0.80
testCopyConstructorMethod · 0.80
testAssignOperatorMethod · 0.80
createAnnotationLineFunction · 0.80
parseNextLineMethod · 0.80
parseGitBlameOutputMethod · 0.80
parseP4AnnotateOutputMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by 4

setAnnotationLineMethod · 0.64
testCopyConstructorMethod · 0.64
testAssignOperatorMethod · 0.64
createAnnotationLineFunction · 0.64