mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 23:20:52 +01:00
Keep up to date the label of element when folio position change (Formula contain %id)
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4744 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -39,6 +39,9 @@ class SimpleElement : public CustomElement {
|
||||
|
||||
signals:
|
||||
|
||||
private:
|
||||
void folioIdChange();
|
||||
|
||||
public slots:
|
||||
void updateLabel(DiagramContext old_info, DiagramContext new_info);
|
||||
void changeElementInfo();
|
||||
@@ -46,7 +49,6 @@ class SimpleElement : public CustomElement {
|
||||
private:
|
||||
CommentItem *m_comment_item;
|
||||
CommentItem *m_location_item;
|
||||
|
||||
};
|
||||
|
||||
#endif // SIMPLEELEMENT_H
|
||||
|
||||
Reference in New Issue
Block a user