[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 4496
Author: scorpio810
Date: 2016-05-22 02:42:52 +0200 (Sun, 22 May 2016)
Log Message:
-----------
Minor
Modified Paths:
--------------
trunk/sources/qetgraphicsitem/slaveelement.cpp
Modified: trunk/sources/qetgraphicsitem/slaveelement.cpp
===================================================================
--- trunk/sources/qetgraphicsitem/slaveelement.cpp 2016-05-21 21:30:14 UTC (rev 4495)
+++ trunk/sources/qetgraphicsitem/slaveelement.cpp 2016-05-22 00:42:52 UTC (rev 4496)
@@ -103,6 +103,7 @@
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;