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

@@ -104,7 +104,7 @@ protected:
* \brief String for converter
* \return
*/
virtual QString stringForConverter() const
virtual QString convertToQString() const
{
QString s = "ECEF: {x %1, y %2, z %3}";
s = s.arg(QString::number(this->x(), 'f', 6)).