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

Method LaunchConfiguration

kdevplatform/shell/launchconfiguration.cpp:43–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43LaunchConfiguration::LaunchConfiguration(const KConfigGroup& grp, IProject* project, QObject* parent )
44 : QObject(parent)
45 , ILaunchConfiguration()
46 , d_ptr(new LaunchConfigurationPrivate(grp, project))
47{
48 Q_D(LaunchConfiguration);
49
50 d->type = Core::self()->runControllerInternal()->launchConfigurationTypeForId(grp.readEntry(LaunchConfigurationTypeEntry(), QString()));
51}
52
53LaunchConfiguration::~LaunchConfiguration()
54{

Callers

nothing calls this directly

Calls 4

runControllerInternalMethod · 0.80
readEntryMethod · 0.80
QStringClass · 0.70

Tested by

no test coverage detected