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

Method environmentProfileName

plugins/execute/executeplugin.cpp:102–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101
102QString ExecutePlugin::environmentProfileName(KDevelop::ILaunchConfiguration* cfg) const
103{
104 if( !cfg )
105 {
106 return QString();
107 }
108
109 return cfg->config().readEntry(ExecutePlugin::environmentProfileEntry, QString());
110}
111
112
113QUrl ExecutePlugin::executable( KDevelop::ILaunchConfiguration* cfg, QString& err ) const

Callers 4

configInferiorMethod · 0.45
NativeAppJobMethod · 0.45
JobMethod · 0.45
configInferiorMethod · 0.45

Calls 3

readEntryMethod · 0.80
QStringClass · 0.50
configMethod · 0.45

Tested by

no test coverage detected