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