Skip to content

Correct a mistake in the standard output view filter tooltip

The QRegExp in OutputWidget::outputFilter() slot is case-insensitive and uses the default PatternSyntax - RegExp, not a wildcard one. This is the only slot connected to m_filterInput's &QLineEdit::textEdited.

Merge request reports