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

Oliver Kellogg okellogg at users.sourceforge.net
Sun Jan 8 11:46:03 UTC 2006


SVN commit 495740 by okellogg:

apply commit 495739 from branches/KDE/3.5

 M  +2 -2      operation.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/operation.cpp #495739:495740
@@ -35,14 +35,14 @@
         setTypeName( rt );
     m_Vis = s;
     m_BaseType = Uml::ot_Operation;
-    m_List.setAutoDelete(false);
+    m_bConst = false;
 }
 
 UMLOperation::UMLOperation(const UMLClassifier * parent)
         : UMLClassifierListItem (parent)
 {
     m_BaseType = Uml::ot_Operation;
-    m_List.setAutoDelete(false);
+    m_bConst = false;
 }
 
 UMLOperation::~UMLOperation() {




More information about the umbrello-devel mailing list