[Uml-devel] kdesdk/umbrello/umbrello

Brian Thomas thomas at mail630.gsfc.nasa.gov
Wed Oct 1 13:46:13 UTC 2003


CVS commit by thomas: 

revert to private scope as default.


  M +1 -1      attribute.h   1.12


--- kdesdk/umbrello/umbrello/attribute.h  #1.11:1.12
@@ -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