Forgoten revert ToXml()

This commit is contained in:
joshua
2021-03-09 18:43:03 +01:00
parent 6e17996d37
commit 001e93bc6f
3 changed files with 2 additions and 14 deletions

View File

@@ -63,17 +63,6 @@ Conductor *ConductorTextItem::parentConductor() const
return(parent_conductor_);
}
void ConductorTextItem::toXml(QDomElement& e) {
if(moved_by_user_)
{
e.appendChild(QETXML::createXmlProperty("userx", pos().x()));
e.appendChild(QETXML::createXmlProperty("usery", pos().y()));
}
if(rotate_by_user_)
e.appendChild(QETXML::createXmlProperty("rotation", rotation()));
}
/**
@brief ConductorTextItem::fromXml
Read the properties stored in the xml element given in parameter