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

@@ -72,7 +72,7 @@ protected:
* \brief String for converter and streaming
* \return
*/
virtual QString stringForConverter() const
virtual QString convertToQString() const
{
return this->unitValueRoundedWithUnit(6);
}