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

@@ -42,7 +42,6 @@ class ConductorTextItem : public DiagramTextItem
enum { Type = UserType + 1006 };
Conductor *parentConductor() const;
void fromXml(const QDomElement &) override;
void toXml(QDomElement& e);
int type() const override { return Type; }
virtual bool wasMovedByUser() const;
virtual bool wasRotateByUser() const;