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

Method start

kdevplatform/util/kdevcoreaddons/ksequentialcompoundjob.cpp:61–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void KSequentialCompoundJob::start()
62{
63 Q_D(KSequentialCompoundJob);
64 if (d->m_subjobs.empty()) {
65 qCDebug(UTIL) << "no subjobs, finishing in start()";
66 emitResult();
67 return;
68 }
69
70 d->startNextSubjob();
71}
72
73void KSequentialCompoundJob::subjobPercentChanged(KJob *job, unsigned long percent)
74{

Callers 1

startNextSubjobMethod · 0.45

Calls 2

emptyMethod · 0.80
startNextSubjobMethod · 0.80

Tested by

no test coverage detected