[Uml-devel] KDE_3_2_BRANCH: kdesdk/umbrello/umbrello

Jonathan Riddell jri at jriddell.org
Tue Feb 10 12:54:10 UTC 2004


CVS commit by jriddell: 

backport revertion from HEAD.
--
CVS commit by thomas:

revert prior change..umllist seems to be making these slot/signal connections.


  M +4 -0      umlobject.cpp   1.24.2.2


--- kdesdk/umbrello/umbrello/umlobject.cpp  #1.24.2.1:1.24.2.2
@@ -49,7 +49,11 @@ void UMLObject::init() {
         m_bStatic = false;
 
+/*
+// not sure this is correct... umllistview is making slot/signal connections
+// for objects (!!) Seems wrong..-b.t.
         UMLDoc * parent = UMLApp::app()->getDocument();
         connect(this,SIGNAL(childObjectAdded(UMLObject*)),parent,SLOT(addUMLObject(UMLObject*)));
         connect(this,SIGNAL(childObjectRemoved(UMLObject*)),parent,SLOT(slotRemoveUMLObject(UMLObject*)));
+*/
 
 }






More information about the umbrello-devel mailing list