[Uml-devel] kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Sun Jul 18 23:25:02 UTC 2004
CVS commit by okellogg:
set{X,Y}: Make virtual. Required for fixing bug 85434.
M +6 -2 umlwidget.h 1.33
--- kdesdk/umbrello/umbrello/umlwidget.h #1.32:1.33
@@ -298,15 +298,19 @@ public:
/**
* Sets the x-coordinate.
+ * Currently, the only class that reimplements this method is
+ * ObjectWidget.
*
* @param x The x-coordinate to be set.
*/
- void setX( int x );
+ virtual void setX( int x );
/**
* Sets the y-coordinate.
+ * Currently, the only class that reimplements this method is
+ * ObjectWidget.
*
* @param y The y-coordinate to be set.
*/
- void setY( int y );
+ virtual void setY( int y );
/**
More information about the umbrello-devel
mailing list