mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-31 00:00:52 +01:00
move m_change_connections to ElementItemEditor, so it must not be defined by every editor it self
This commit is contained in:
@@ -55,8 +55,7 @@ class TerminalEditor : public ElementItemEditor
|
||||
|
||||
private:
|
||||
Ui::TerminalEditor *ui;
|
||||
QVector<QMetaObject::Connection> m_editor_connections,
|
||||
m_change_connections;
|
||||
QVector<QMetaObject::Connection> m_editor_connections;
|
||||
PartTerminal *m_part = nullptr;
|
||||
bool m_locked = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user