[Uml-devel] kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Fri Apr 8 13:23:12 UTC 2005


CVS commit by okellogg: 

getWidgetList(): Make return value modifiable.


  M +1 -1      umlview.h   1.74


--- kdesdk/umbrello/umbrello/umlview.h  #1.73:1.74
@@ -309,5 +309,5 @@ public:
          * Returns a reference to the widget list.
          */
-        const UMLWidgetList& getWidgetList() const {
+        UMLWidgetList& getWidgetList() {
                 return m_WidgetList;
         }






More information about the umbrello-devel mailing list