mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 14:50:53 +01:00
Fix regression : Check conductors text when link two folios report.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4017 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -54,6 +54,7 @@ class LinkElementCommand : public QUndoCommand
|
||||
|
||||
private:
|
||||
Element *m_element;
|
||||
bool m_first_redo;
|
||||
QList<Element *> m_linked_before; //<Linked elements before this command, or when we call "undo"
|
||||
QList<Element *> m_linked_after; //<Linked elements after this command, or when we recall "redo"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user