MCPcopy Create free account
hub / github.com/MrKepzie/Natron / onProcessError

Method onProcessError

Engine/ProcessHandler.cpp:247–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247void
248ProcessHandler::onProcessError(QProcess::ProcessError err)
249{
250 if (err == QProcess::FailedToStart) {
251 Dialogs::errorDialog( _writer->getScriptName(), tr("The render process failed to start.").toStdString() );
252 } else if (err == QProcess::Crashed) {
253 //@TODO: find out a way to get the backtrace
254 }
255}
256
257void
258ProcessHandler::onProcessEnd(int exitCode,

Callers

nothing calls this directly

Calls 2

toStdStringMethod · 0.80
getScriptNameMethod · 0.45

Tested by

no test coverage detected