mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-03 11:00:53 +01: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