[Uml-devel] kdesdk/umbrello/umbrello/dialogs

Oliver Kellogg okellogg at users.sourceforge.net
Tue Oct 28 15:15:18 UTC 2003


CVS commit by okellogg: 

UMLAssociation::toString(Uml::Association_Type) was renamed to
typeAsString() and was made static.


  M +1 -1      umlobjectassociationspage.cpp   1.4


--- kdesdk/umbrello/umbrello/dialogs/umlobjectassociationspage.cpp  #1.3:1.4
@@ -73,5 +73,5 @@ void UMLObjectAssociationsPage::loadData
         {
                 item = new QListViewItem(m_associationList,a->getName(),
-                                   a->toString(a->getAssocType()));
+                                 UMLAssociation::typeAsString(a->getAssocType()));
 
         }






More information about the umbrello-devel mailing list