Add metric description as what's this help to MetricSelect

Handy when a user is inspecting a pre-built Overview chart
This commit is contained in:
Alejandro Martinez
2021-10-31 19:53:06 -03:00
parent 0c4e5f3080
commit f04a20db21

View File

@@ -77,6 +77,7 @@ MetricSelect::setSymbol(QString symbol)
text = text.replace(' ','_');
if (text.startsWith("BikeScore")) text="BikeScore"; // stoopid tm sign in name ffs sean
setText(text);
setWhatsThis(m->description());
}
// check it...
isValid();