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

Method setType

kdevplatform/vcs/vcsjob.cpp:47–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void VcsJob::setType( VcsJob::JobType t )
48{
49 Q_D(VcsJob);
50
51 d->m_type = t;
52}
53
54}
55

Callers 15

addMethod · 0.45
commitMethod · 0.45
createWorkingCopyMethod · 0.45
initMethod · 0.45
isVersionControlledMethod · 0.45
logMethod · 0.45
moveMethod · 0.45
pullMethod · 0.45
pushMethod · 0.45
removeMethod · 0.45
repositoryLocationMethod · 0.45
revertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected