mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-14 13:29:58 +01:00
Fix regression : Autonum doesn't work for terminal element
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4924 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -30,12 +30,9 @@ class TerminalElement : public CustomElement
|
||||
TerminalElement(const ElementsLocation &, QGraphicsItem * = 0, int * = 0);
|
||||
~TerminalElement();
|
||||
virtual void initLink(QETProject *project);
|
||||
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
void updateLabel(DiagramContext old_info, DiagramContext new_info);
|
||||
void changeElementInfo();
|
||||
|
||||
private:
|
||||
CommentItem *m_comment_item;
|
||||
|
||||
Reference in New Issue
Block a user