Do not create attributes "full name" and "description" for a known measurement.
--HG-- branch : develop
This commit is contained in:
parent
0601b46f87
commit
da05f74468
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user