diff --git a/plugins/autotest/testresultspane.cpp b/plugins/autotest/testresultspane.cpp index df84ebd1b20..3e2863a7417 100644 --- a/plugins/autotest/testresultspane.cpp +++ b/plugins/autotest/testresultspane.cpp @@ -426,7 +426,7 @@ void TestResultsPane::initializeFilterMenu() void TestResultsPane::updateSummaryLabel() { - QString labelText = QString::fromLatin1("

Test summary:   %1 %2, %3 %4") + QString labelText = QString::fromLatin1("

Test summary:   %1 %2, %3 %4") .arg(QString::number(m_model->resultTypeCount(Result::Pass)), tr("passes"), QString::number(m_model->resultTypeCount(Result::Fail)), tr("fails")); int count = m_model->resultTypeCount(Result::UnexpectedPass);