MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / error

Method error

app/src/UI/Widgets/PainterDataBridge.cpp:391–394  ·  view source on GitHub ↗

* @brief Forwards a console.error message to the consoleLine signal. */

Source from the content-addressed store, hash-verified

389 * @brief Forwards a console.error message to the consoleLine signal.
390 */
391void Widgets::PainterDataBridge::error(const QString& msg)
392{
393 Q_EMIT consoleLine(2, msg);
394}
395
396//--------------------------------------------------------------------------------------------------
397// Internal helpers

Callers 15

onReplyMethod · 0.80
finishedMethod · 0.80
jquery.jsFile · 0.80
readReportDataFunction · 0.80
bootstrapFunction · 0.80
parseFunction · 0.80
parseFunction · 0.80
parseFunction · 0.80
parseFunction · 0.80
parseFunction · 0.80
parseFunction · 0.80
parseFunction · 0.80

Calls

no outgoing calls

Tested by 1

parse_argsFunction · 0.64