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

Method setAuthor

kdevplatform/vcs/vcsevent.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void VcsEvent::setAuthor( const QString& a )
138{
139 d->author = a;
140}
141
142void VcsEvent::setDate( const QDateTime& date )
143{

Callers 11

parseBzrLogPartMethod · 0.45
parseNextLineMethod · 0.45
parseBzrLogMethod · 0.45
parseGitBlameOutputMethod · 0.45
allCommitsMethod · 0.45
parseLogOutputMethod · 0.45
parseGitLogOutputMethod · 0.45
parseP4AnnotateOutputMethod · 0.45
kdev_logReceiverFunction · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected