Do not create attributes "full name" and "description" for a known measurement.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-09-29 18:52:30 +03:00
parent 0601b46f87
commit da05f74468

View File

@ -731,8 +731,6 @@ QDomElement VMeasurements::MakeEmpty(const QString &name, const QString &formula
{ {
SetAttribute(element, AttrValue, formula); SetAttribute(element, AttrValue, formula);
} }
SetAttribute(element, AttrDescription, QString(""));
SetAttribute(element, AttrFullName, QString(""));
} }
return element; return element;