Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
489
void OutputExecuteJob::removeEnvironmentOverride( const QString& name )
490
{
491
Q_D(OutputExecuteJob);
492
493
d->m_environmentOverrides.remove( name );
494
}
495
496
497
void OutputExecuteJob::setExecuteOnHost(bool executeHost)
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected