Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
774
QList< KJob * > KDevelop::RunController::currentJobs() const
775
{
776
Q_D(const RunController);
777
778
return d->jobs.keys();
779
}
780
781
QList<ILaunchConfiguration*> RunController::launchConfigurations() const
782
{
Callers
3
start
Method · 0.80
stopRunningTests
Method · 0.80
jobStateChanged
Method · 0.80
Calls
1
keys
Method · 0.45
Tested by
2
stopRunningTests
Method · 0.64
jobStateChanged
Method · 0.64