[Uml-devel] kdesdk/umbrello/umbrello

Brian Thomas thomas at mail630.gsfc.nasa.gov
Thu Oct 2 09:36:03 UTC 2003


CVS commit by thomas: 

commented out connection. Signal no longer appears to exist


  M +1 -1      umllistview.cpp   1.59


--- kdesdk/umbrello/umbrello/umllistview.cpp  #1.58:1.59
@@ -579,5 +579,5 @@ void UMLListView::setDocument(UMLDoc *d)
 
         connect(m_doc, SIGNAL(sigDiagramCreated(int)), this, SLOT(slotDiagramCreated(int)));
-        connect(m_doc, SIGNAL(diagramCreated(Umbrello::Diagram*)), this, SLOT( diagramCreated(Umbrello::Diagram*)));
+//      connect(m_doc, SIGNAL(diagramCreated(Umbrello::Diagram*)), this, SLOT( diagramCreated(Umbrello::Diagram*)));
         connect(m_doc, SIGNAL(sigDiagramRemoved(int)), this, SLOT(slotDiagramRemoved(int)));
         connect(m_doc, SIGNAL(sigDiagramRenamed(int)), this, SLOT(slotDiagramRenamed(int)));






More information about the umbrello-devel mailing list