Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ projectConfiguration
Method
projectConfiguration
kdevplatform/shell/project.cpp:450–455 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
448
}
449
450
KSharedConfigPtr Project::projectConfiguration() const
451
{
452
Q_D(const Project);
453
454
return d->m_cfg;
455
}
456
457
Path Project::path() const
458
{
Callers
7
projectConfig
Function · 0.45
projectConfig
Method · 0.45
readProjectLaunchConfigurations
Method · 0.45
removeLaunchConfiguration
Method · 0.45
createLaunchConfiguration
Method · 0.45
saveToProject
Method · 0.45
loadFromProject
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected