MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / addTextToSection

Method addTextToSection

MiniZincIDE/outputwidget.cpp:341–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected