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

Method removeEnvironmentOverride

kdevplatform/outputview/outputexecutejob.cpp:489–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

487}
488
489void OutputExecuteJob::removeEnvironmentOverride( const QString& name )
490{
491 Q_D(OutputExecuteJob);
492
493 d->m_environmentOverrides.remove( name );
494}
495
496
497void OutputExecuteJob::setExecuteOnHost(bool executeHost)

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected