[Uml-devel] kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Wed Dec 29 12:37:01 UTC 2004


CVS commit by okellogg: 

setType(): Arg type must be UMLObject in order to take a UMLTemplate.


  M +1 -1      classifierlistitem.cpp   1.17
  M +2 -2      classifierlistitem.h   1.19


--- kdesdk/umbrello/umbrello/classifierlistitem.cpp  #1.16:1.17
@@ -52,5 +52,5 @@ QString UMLClassifierListItem::getTypeNa
 }
 
-void UMLClassifierListItem::setType(UMLClassifier *type) {
+void UMLClassifierListItem::setType(UMLObject *type) {
         if (m_pSecondary != type) {
                 m_pSecondary = type;

--- kdesdk/umbrello/umbrello/classifierlistitem.h  #1.18:1.19
@@ -81,7 +81,7 @@ public:
          * Sets the type of the UMLAttribute.
          *
-         * @param type  Pointer to the UMLClassifier of the type.
+         * @param type  Pointer to the UMLObject of the type.
          */
-        void setType(UMLClassifier *type);
+        void setType(UMLObject *type);
 
         /**






More information about the umbrello-devel mailing list