Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
void TestJob::start()
48
{
49
QTimer::singleShot(1000, this, &TestJob::emitResult);
50
}
51
52
KillableTestJob::KillableTestJob(QObject *parent)
53
: TestJob(parent)
Callers
15
runZeroJobs
Method · 0.45
runOneJob
Method · 0.45
runTwoJobs
Method · 0.45
addRemoveClearSubjob
Method · 0.45
addClearSubjobs
Method · 0.45
subjobPercentChanged
Method · 0.45
abortOnSubjobError
Method · 0.45
disableAbortOnSubjobError
Method · 0.45
finishWrongSubjob
Method · 0.45
killFinishedCompoundJob
Method · 0.45
killRunningCompoundJob
Method · 0.45
killingSubjobFails
Method · 0.45
Calls
1
first
Method · 0.45
Tested by
no test coverage detected