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

Method currentJobs

kdevplatform/shell/runcontroller.cpp:774–779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

772}
773
774QList< KJob * > KDevelop::RunController::currentJobs() const
775{
776 Q_D(const RunController);
777
778 return d->jobs.keys();
779}
780
781QList<ILaunchConfiguration*> RunController::launchConfigurations() const
782{

Callers 3

startMethod · 0.80
stopRunningTestsMethod · 0.80
jobStateChangedMethod · 0.80

Calls 1

keysMethod · 0.45

Tested by 2

stopRunningTestsMethod · 0.64
jobStateChangedMethod · 0.64