Skip to content
Snippets Groups Projects
Commit ca8f7c56 authored by Christian Stenger's avatar Christian Stenger
Browse files

Remove bold tag from test summary


In some themes this becomes hard to read.

Change-Id: If703355c1b76f3120f29c1e3ca1363f502d23865
Reviewed-by: default avatarNiels Weber <niels.weber@theqtcompany.com>
parent dc4e9551
No related branches found
No related tags found
No related merge requests found
......@@ -426,7 +426,7 @@ void TestResultsPane::initializeFilterMenu()
void TestResultsPane::updateSummaryLabel()
{
QString labelText = QString::fromLatin1("<p><b>Test summary:</b>&nbsp;&nbsp; %1 %2, %3 %4")
QString labelText = QString::fromLatin1("<p>Test summary:&nbsp;&nbsp; %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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment