[Uml-devel] kdesdk/umbrello/umbrello

Jonathan Riddell jri at jriddell.org
Fri Feb 28 16:12:04 UTC 2003


CVS commit by jriddell: 

remove compiler warnings


  M +2 -2      association.cpp   1.5


--- kdesdk/umbrello/umbrello/association.cpp  #1.4:1.5
@@ -295,5 +295,5 @@ void UMLAssociation::setRoleNameB(QStrin
 }
 
-static QString UMLAssociation::ChangeabilityToString(Uml::Changeability_Type type) {
+QString UMLAssociation::ChangeabilityToString(Uml::Changeability_Type type) {
 
         switch (type) {
@@ -311,5 +311,5 @@ static QString UMLAssociation::Changeabi
 }
 
-static QString UMLAssociation::ScopeToString(Uml::Scope scope) {
+QString UMLAssociation::ScopeToString(Uml::Scope scope) {
 
         switch (scope) {






More information about the umbrello-devel mailing list