From baa871c45e5dc42b18a956254ee99624953e9f5b Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Sun, 22 May 2016 00:42:52 +0000 Subject: [PATCH] Minor git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4496 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/qetgraphicsitem/slaveelement.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/qetgraphicsitem/slaveelement.cpp b/sources/qetgraphicsitem/slaveelement.cpp index d5f0fdd90..e2c0383cf 100644 --- a/sources/qetgraphicsitem/slaveelement.cpp +++ b/sources/qetgraphicsitem/slaveelement.cpp @@ -103,6 +103,7 @@ void SlaveElement::unlinkElement(Element *elmt) disconnect(elmt, SIGNAL(elementInfoChange(DiagramContext, DiagramContext)),this, SLOT(updateLabel())); disconnect(diagram()->project(), SIGNAL(projectDiagramsOrderChanged(QETProject*,int,int)), this, SLOT(updateLabel())); disconnect(diagram()->project(), SIGNAL(diagramRemoved(QETProject*,Diagram*)), this, SLOT(updateLabel())); + disconnect(elmt -> diagram(), SIGNAL(XRefPropertiesChanged()), this, SLOT(updateLabel())); delete Xref_item; Xref_item = NULL;