mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
Refactoring, renamed: convertToQString (old: stringForConvert)
This commit is contained in:
@@ -72,7 +72,7 @@ protected:
|
||||
* \brief String for converter and streaming
|
||||
* \return
|
||||
*/
|
||||
virtual QString stringForConverter() const
|
||||
virtual QString convertToQString() const
|
||||
{
|
||||
return this->unitValueRoundedWithUnit(6);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user