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

Method onStandardErrorBytesWritten

Engine/ProcessHandler.cpp:223–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

appendMethod · 0.80
dataMethod · 0.45

Tested by

no test coverage detected