[Uml-devel] kdesdk/umbrello/umbrello
Sebastian Stein
seb.kde at hpfsc.de
Fri Aug 1 01:17:09 UTC 2003
CVS commit by sstein:
fix for bug 53365 (wishlist) by Jean Vittor:
- attributes in classes are now private by default
M +1 -1 attribute.h 1.4
--- kdesdk/umbrello/umbrello/attribute.h #1.3:1.4
@@ -35,5 +35,5 @@ public:
* @param iv The initial value of the attribute.
*/
- UMLAttribute(QObject * parent, QString name, int id, QString type = "int", Scope s = Public, QString iv = 0);
+ UMLAttribute(QObject * parent, QString name, int id, QString type = "int", Scope s = Private, QString iv = 0);
/**
More information about the umbrello-devel
mailing list