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

Method start

kdevplatform/util/kdevcoreaddons/kcompoundjobtest.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void TestJob::start()
48{
49 QTimer::singleShot(1000, this, &TestJob::emitResult);
50}
51
52KillableTestJob::KillableTestJob(QObject *parent)
53 : TestJob(parent)

Callers 15

runZeroJobsMethod · 0.45
runOneJobMethod · 0.45
runTwoJobsMethod · 0.45
addRemoveClearSubjobMethod · 0.45
addClearSubjobsMethod · 0.45
subjobPercentChangedMethod · 0.45
abortOnSubjobErrorMethod · 0.45
finishWrongSubjobMethod · 0.45
killingSubjobFailsMethod · 0.45

Calls 1

firstMethod · 0.45

Tested by

no test coverage detected