MCPcopy Create free account
hub / github.com/KDE/kdevelop / ~OutputExecuteJob

Method ~OutputExecuteJob

kdevplatform/outputview/outputexecutejob.cpp:89–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89OutputExecuteJob::~OutputExecuteJob()
90{
91 Q_D(OutputExecuteJob);
92
93 // indicates if process is running and survives kill, then we cannot do anything
94 bool killSuccessful = d->m_process->state() == QProcess::NotRunning;
95 if( !killSuccessful ) {
96 killSuccessful = doKill();
97 }
98
99 Q_ASSERT( d->m_process->state() == QProcess::NotRunning || !killSuccessful );
100}
101
102OutputExecuteJob::JobStatus OutputExecuteJob::status() const
103{

Callers

nothing calls this directly

Calls 1

stateMethod · 0.45

Tested by

no test coverage detected