[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Thu Oct 6 22:36:58 UTC 2005


SVN commit 468003 by okellogg:

cosmetics

 M  +4 -4      umlnamespace.h  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/umlnamespace.h #468002:468003
@@ -58,16 +58,16 @@
     };
     Visibility();
     Visibility(Value v);
-    static QString toString(Value value,bool mnemonic);
+    static QString toString(Value value, bool mnemonic);
     static Visibility fromString(const QString& vis);
     /**
      * Convert Visibility value into QString representation.
      *
      * @param mnemonic    If true then return a single character:
-     *              "+" for public, "-" for private, 
+     *              "+" for public, "-" for private,
      *              "#" for protected or "~" for implementation
      */
-    QString toString(bool mnemonic=false) const;
+    QString toString(bool mnemonic = false) const;
     operator Value () const;
   private:
     Value _v;
@@ -230,7 +230,7 @@
 };
 
 /**
- * Constants used for indexing the roles of associations. 
+ * Constants used for indexing the roles of associations.
  */
 enum Role_Type { A, B };
 




More information about the umbrello-devel mailing list