[Uml-devel] kdesdk/umbrello/umbrello

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


CVS commit by okellogg: 

Fix fix.


  M +1 -10     association.cpp   1.25


--- kdesdk/umbrello/umbrello/association.cpp  #1.24:1.25
@@ -8,4 +8,5 @@
  ***************************************************************************/
 #include <kdebug.h>
+#include <klocale.h>
 
 #include "association.h"
@@ -309,14 +310,4 @@ void UMLAssociation::setAssocType(Uml::A
         emit modified();
 }
-
-/*
-void UMLAssociation::setRoleAId (int roleA) {
-        m_pRoleA->setID(roleA);
-}
-
-void UMLAssociation::setRoleBId(int roleB) {
-        m_pRoleB->setID(roleB);
-}
-*/
 
 void UMLAssociation::setObjectA(UMLObject *obj) {






More information about the umbrello-devel mailing list