| 285 | } |
| 286 | |
| 287 | void OutputWidget::addText(const QString& text, const QString& messageType) { |
| 288 | addText(text, QTextCharFormat(), messageType); |
| 289 | } |
| 290 | |
| 291 | void OutputWidget::addText(const QString& text, const QTextCharFormat& format, const QString& messageType) { |
| 292 | TextLayoutLock lock(this); |
no test coverage detected