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

Method workingDirectory

plugins/execute/executeplugin.cpp:198–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196
197
198QUrl ExecutePlugin::workingDirectory( KDevelop::ILaunchConfiguration* cfg ) const
199{
200 if( !cfg )
201 {
202 return QUrl();
203 }
204
205 return cfg->config().readEntry( ExecutePlugin::workingDirEntry, QUrl() );
206}
207
208QStringList ExecutePlugin::defaultExternalTerminalCommands() const
209{

Callers 1

NativeAppJobMethod · 0.45

Calls 3

readEntryMethod · 0.80
QUrlClass · 0.70
configMethod · 0.45

Tested by

no test coverage detected