[Uml-devel] KDE/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Thu Oct 6 22:37:40 UTC 2005
SVN commit 468004 by okellogg:
apply commit 468003 form branches/KDE/3.5
M +4 -4 umlnamespace.h
--- trunk/KDE/kdesdk/umbrello/umbrello/umlnamespace.h #468003:468004
@@ -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