* @brief Forwards a console.warn message to the consoleLine signal. */
| 381 | * @brief Forwards a console.warn message to the consoleLine signal. |
| 382 | */ |
| 383 | void 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. |
no outgoing calls
no test coverage detected