refs #212, removed set method as of MS review

https://dev.vatsim-germany.org/issues/212#note-6
This commit is contained in:
Klaus Basan
2014-04-30 00:56:57 +02:00
parent c1acc1fa69
commit b4615e8b75
2 changed files with 11 additions and 18 deletions

View File

@@ -306,16 +306,6 @@ namespace BlackMisc
this->m_value = json.value("value").toDouble();
}
/*
* Parse from string
*/
template <class MU, class PQ> void CPhysicalQuantity<MU, PQ>::parseFromString(const QString &value)
{
PQ parsed = CPqString::parse<PQ>(value);
this->m_value = parsed.m_value;
this->m_unit = parsed.m_unit;
}
/*
* metaTypeId
*/