[Uml-devel] kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Sun Jan 4 02:49:05 UTC 2004


CVS commit by okellogg: 

Add explicit destructor.


  M +3 -0      classifierlistitem.cpp   1.5
  M +5 -0      classifierlistitem.h   1.6


--- kdesdk/umbrello/umbrello/classifierlistitem.cpp  #1.4:1.5
@@ -21,4 +21,7 @@ UMLClassifierListItem::UMLClassifierList
 }
 
+UMLClassifierListItem::~UMLClassifierListItem() {
+}
+
 QString UMLClassifierListItem::getShortName() {
         return getName();

--- kdesdk/umbrello/umbrello/classifierlistitem.h  #1.5:1.6
@@ -45,4 +45,9 @@ public:
 
         /**
+         * Destructor.  Empty.
+         */
+        virtual ~UMLClassifierListItem();
+
+        /**
          * Returns a string representation of the operation.
          *






More information about the umbrello-devel mailing list