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

Method name

kdevplatform/shell/launchconfiguration.cpp:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71QString LaunchConfiguration::name() const
72{
73 Q_D(const LaunchConfiguration);
74
75 return d->baseGroup.readEntry(LaunchConfigurationNameEntry(), QString());
76}
77
78IProject* LaunchConfiguration::project() const
79{

Callers 1

configGroupNameMethod · 0.45

Calls 2

readEntryMethod · 0.80
QStringClass · 0.70

Tested by

no test coverage detected