Refactoring, renamed: convertToQString (old: stringForConvert)

This commit is contained in:
Klaus Basan
2013-07-28 03:31:04 +02:00
parent a53ea0c5fd
commit 62591a750f
25 changed files with 35 additions and 35 deletions

View File

@@ -83,7 +83,7 @@ protected:
* \param i18n
* \return
*/
virtual QString stringForConverter(bool i18n = false) const {
virtual QString convertToQString(bool i18n = false) const {
QString s(this->getName());
s.append(" Active: ").append(this->m_frequencyActive.unitValueRoundedWithUnit(3, i18n));
s.append(" Standby: ").append(this->m_frequencyStandby.unitValueRoundedWithUnit(3, i18n));