mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-04 05:09:58 +02:00
Revert "Merge branch 'XMLPropertiesNew'"
**Break a lot of thing.** This reverts commit1db1800572, reversing changes made to4c563821e8.
This commit is contained in:
@@ -82,7 +82,7 @@ class DynamicElementTextItem : public DiagramTextItem
|
||||
DynamicElementTextItem(const DynamicElementTextItem &);
|
||||
|
||||
public:
|
||||
QDomElement toXml(QDomDocument&) const override;
|
||||
QDomElement toXml(QDomDocument &dom_doc) const override;
|
||||
void fromXml(const QDomElement &dom_elmt) override;
|
||||
|
||||
Element *parentElement() const;
|
||||
@@ -160,7 +160,7 @@ class DynamicElementTextItem : public DiagramTextItem
|
||||
QList<QMetaObject::Connection>
|
||||
m_formula_connection,
|
||||
m_update_slave_Xref_connection;
|
||||
QColor m_user_color{QColor()};
|
||||
QColor m_user_color;
|
||||
bool
|
||||
m_frame = false,
|
||||
m_first_scene_change = true;
|
||||
|
||||
Reference in New Issue
Block a user