[Uml-devel] kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Fri Apr 9 10:31:05 UTC 2004
CVS commit by okellogg:
setAssocType(): Turn the kdWarning() about uni-assocs into a kdDebug().
M +1 -1 association.cpp 1.41
--- kdesdk/umbrello/umbrello/association.cpp #1.40:1.41
@@ -404,5 +404,5 @@ void UMLAssociation::setAssocType(Uml::A
// In this case we need to auto-set the multiplicity/rolenames
// of the roles
- kdWarning()<<" A new uni-association has been created."<<endl;
+ kdDebug() << " A new uni-association has been created." << endl;
}
emit modified();
More information about the umbrello-devel
mailing list