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

Method warn

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

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

Source from the content-addressed store, hash-verified

381 * @brief Forwards a console.warn message to the consoleLine signal.
382 */
383void Widgets::PainterDataBridge::warn(const QString& msg)
384{
385 Q_EMIT consoleLine(1, msg);
386}
387
388/**
389 * @brief Forwards a console.error message to the consoleLine signal.

Callers 6

jquery.jsFile · 0.80
SiFunction · 0.80
chart.umd.min.jsFile · 0.80
initializeMethod · 0.80
unFunction · 0.80
getTickLimitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected