[Uml-devel] kdesdk/umbrello/umbrello

Oliver Kellogg Oliver.Kellogg at t-online.de
Tue May 20 17:18:07 UTC 2003


CVS commit by okellogg: 

setChangeability{A,B}: Call the parent method, not ourselves!


  M +2 -2      associationwidget.cpp   1.15


--- kdesdk/umbrello/umbrello/associationwidget.cpp  #1.14:1.15
@@ -422,5 +422,5 @@ void AssociationWidget::setChangeability
                 QString changeString = UMLAssociation::ChangeabilityToString(value);
                 // update our attribute
-                setChangeabilityA(value);
+                AssociationWidgetData::setChangeabilityA(value);
                 m_pAssociation->setChangeabilityA(value);
 
@@ -473,5 +473,5 @@ void AssociationWidget::setChangeability
                 QString changeString = UMLAssociation::ChangeabilityToString(value);
                 // update our attribute
-                setChangeabilityB(value);
+                AssociationWidgetData::setChangeabilityB(value);
                 m_pAssociation->setChangeabilityB(value);
                 // update our string representation






More information about the umbrello-devel mailing list