forked from qt-creator/qt-creator
Remove bold tag from test summary
In some themes this becomes hard to read. Change-Id: If703355c1b76f3120f29c1e3ca1363f502d23865 Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
@@ -426,7 +426,7 @@ void TestResultsPane::initializeFilterMenu()
|
|||||||
|
|
||||||
void TestResultsPane::updateSummaryLabel()
|
void TestResultsPane::updateSummaryLabel()
|
||||||
{
|
{
|
||||||
QString labelText = QString::fromLatin1("<p><b>Test summary:</b> %1 %2, %3 %4")
|
QString labelText = QString::fromLatin1("<p>Test summary: %1 %2, %3 %4")
|
||||||
.arg(QString::number(m_model->resultTypeCount(Result::Pass)), tr("passes"),
|
.arg(QString::number(m_model->resultTypeCount(Result::Pass)), tr("passes"),
|
||||||
QString::number(m_model->resultTypeCount(Result::Fail)), tr("fails"));
|
QString::number(m_model->resultTypeCount(Result::Fail)), tr("fails"));
|
||||||
int count = m_model->resultTypeCount(Result::UnexpectedPass);
|
int count = m_model->resultTypeCount(Result::UnexpectedPass);
|
||||||
|
Reference in New Issue
Block a user