mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-01 14:45:42 +08:00
Refactoring, renamed: convertToQString (old: stringForConvert)
This commit is contained in:
@@ -28,7 +28,7 @@ protected:
|
||||
* \brief String for converter
|
||||
* \return
|
||||
*/
|
||||
virtual QString stringForConverter() const
|
||||
virtual QString convertToQString() const
|
||||
{
|
||||
QString s = "NED: {N %1, E %2, D %3}";
|
||||
s = s.arg(QString::number(this->north(), 'f', 6)).
|
||||
|
||||
Reference in New Issue
Block a user