| 339 | } |
| 340 | |
| 341 | void OutputWidget::addTextToSection(const QString& section, const QString& text) |
| 342 | { |
| 343 | addTextToSection(section, text, QTextCharFormat()); |
| 344 | } |
| 345 | |
| 346 | void OutputWidget::addTextToSection(const QString& section, const QString& text, const QTextCharFormat& format) |
| 347 | { |