[Uml-devel] KDE/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Sat Jan 21 08:56:02 UTC 2006
SVN commit 500949 by okellogg:
apply commit 500947 from branches/KDE/3.5
M +4 -4 umlview.h
--- trunk/KDE/kdesdk/umbrello/umbrello/umlview.h #500948:500949
@@ -413,12 +413,12 @@
AssociationWidget * findAssocWidget(Uml::Association_Type at,
UMLWidget *pWidgetA, UMLWidget *pWidgetB);
-
/**
- calls findAssocWidget on three possible types:
- Uml::at_Aggregation << Uml::at_Composition << Uml::at_Containment
- */
+ * calls findAssocWidget on three possible types:
+ * Uml::at_Aggregation << Uml::at_Composition << Uml::at_Containment
+ */
AssociationWidget * findAssocWidget(UMLWidget *pWidgetA, UMLWidget *pWidgetB);
+
/**
* Remove a widget from view.
*
More information about the umbrello-devel
mailing list