mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 10:15:43 +08:00
Refactoring, renamed: convertToQString (old: stringForConvert)
This commit is contained in:
@@ -75,7 +75,7 @@ protected:
|
||||
* \param i18n
|
||||
* \return
|
||||
*/
|
||||
virtual QString stringForConverter(bool i18n = false) const
|
||||
virtual QString convertToQString(bool i18n = false) const
|
||||
{
|
||||
return this->unitValueRoundedWithUnit(-1, i18n);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user