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

Oliver Kellogg okellogg at users.sourceforge.net
Sat Apr 14 21:04:05 UTC 2007


SVN commit 654022 by okellogg:

gcc4 warns about "type qualifiers ignored on function return type"

 M  +1 -1      associationwidget.cpp  
 M  +1 -1      associationwidget.h  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/associationwidget.cpp #654021:654022
@@ -1199,7 +1199,7 @@
 }
 
 /** Read property of bool m_bActivated. */
-const bool AssociationWidget::isActivated() {
+bool AssociationWidget::isActivated() {
     return m_bActivated;
 }
 
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/associationwidget.h #654021:654022
@@ -275,7 +275,7 @@
      *
      * @return  True if this AssociationWidget has been activated.
      */
-    const bool isActivated();
+    bool isActivated();
 
     /**
      * Set the m_bActivated flag of a widget but does not perform the




More information about the umbrello-devel mailing list