mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
refs #212, removed set method as of MS review
https://dev.vatsim-germany.org/issues/212#note-6
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user