mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
Refactoring, renamed: convertToQString (old: stringForConvert)
This commit is contained in:
@@ -19,10 +19,10 @@ protected:
|
||||
/*!
|
||||
* \brief Specific string representation
|
||||
*/
|
||||
virtual QString stringForConverter() const
|
||||
virtual QString convertToQString() const
|
||||
{
|
||||
QString s = "latitude ";
|
||||
return s.append(CEarthAngle::stringForConverter());
|
||||
return s.append(CEarthAngle::convertToQString());
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user