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

Method setCheckExitCode

kdevplatform/outputview/outputexecutejob.cpp:518–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

516}
517
518void OutputExecuteJob::setCheckExitCode(bool check)
519{
520 Q_D(OutputExecuteJob);
521
522 d->m_checkExitCode = check;
523}
524
525template< typename T >
526void OutputExecuteJobPrivate::mergeEnvironment( QProcessEnvironment& dest, const T& src )

Callers 1

exportBundleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected