[Uml-devel] kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Wed Dec 8 22:44:01 UTC 2004
CVS commit by okellogg:
slotObjectCreated(): Block off ot_Role.
M +5 -2 umllistview.cpp 1.129
--- kdesdk/umbrello/umbrello/umllistview.cpp #1.128:1.129
@@ -475,9 +475,12 @@ void UMLListView::slotObjectCreated(UMLO
case Uml::ot_Template:
case Uml::ot_EnumLiteral:
- case Uml::ot_Association:
- case Uml::ot_Stereotype:
//this will be handled by childObjectAdded
return;
break;
+ case Uml::ot_Association:
+ case Uml::ot_Role:
+ case Uml::ot_Stereotype:
+ return; // currently no representation in list view
+ break;
case Uml::ot_Class:
case Uml::ot_Interface:
More information about the umbrello-devel
mailing list