mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-26 23:29:59 +02:00
move m_change_connections to ElementItemEditor, so it must not be defined by every editor it self
This commit is contained in:
@@ -63,6 +63,8 @@ class ElementItemEditor : public QWidget
|
||||
private:
|
||||
virtual void updateFormPriv() = 0;
|
||||
|
||||
protected:
|
||||
QList<QMetaObject::Connection> m_change_connections;
|
||||
// attributes
|
||||
private:
|
||||
QETElementEditor *element_editor;
|
||||
|
||||
Reference in New Issue
Block a user