MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / onStandardErrorBytesWritten

Method onStandardErrorBytesWritten

Engine/ProcessHandler.cpp:228–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228void
229ProcessHandler::onStandardErrorBytesWritten()
230{
231 QString str = QString::fromUtf8( _process->readAllStandardError().data() );
232
233#ifdef DEBUG
234 qDebug() << "Message(stderr):" << str;
235#endif
236 _processLog.append(QString::fromUtf8("Error(stderr): ") + str);
237}
238
239void
240ProcessHandler::onProcessCanceled()

Callers

nothing calls this directly

Calls 2

appendMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected