[Uml-devel] kdesdk/umbrello/umbrello
Dirk Mueller
mueller at kde.org
Wed Sep 15 01:30:06 UTC 2004
CVS commit by mueller:
unbreak compilation
M +2 -2 associationwidget.h 1.49
M +1 -1 umldoc.h 1.82
--- kdesdk/umbrello/umbrello/associationwidget.h #1.48:1.49
@@ -666,5 +666,5 @@ private:
* Returns NULL if there is no FloatingText active for the text role.
*/
- FloatingText* AssociationWidget::floatingText(Uml::Text_Role role);
+ FloatingText* floatingText(Uml::Text_Role role);
/**
--- kdesdk/umbrello/umbrello/umldoc.h #1.81:1.82
@@ -289,5 +289,5 @@ public:
* Finds or creates a stereotype for the parent object.
*/
- UMLStereotype* UMLDoc::findOrCreateStereotype(QString name);
+ UMLStereotype* findOrCreateStereotype(QString name);
/**
More information about the umbrello-devel
mailing list