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

Method log

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

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

Source from the content-addressed store, hash-verified

373 * @brief Forwards a console.log message to the consoleLine signal.
374 */
375void Widgets::PainterDataBridge::log(const QString& msg)
376{
377 Q_EMIT consoleLine(0, msg);
378}
379
380/**
381 * @brief Forwards a console.warn message to the consoleLine signal.

Callers 6

markReadyFunction · 0.45
debugLogFunction · 0.45
parseFunction · 0.45
transformFunction · 0.45
_lat_lon_to_tileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected