Tue May 26 12:08:31 CEST 2009 Tobias Rautenkranz * Return value conversions diff -rN -u old-doc/introduction.xml new-doc/introduction.xml --- old-doc/introduction.xml 2014-10-30 07:12:43.000000000 +0100 +++ new-doc/introduction.xml 2014-10-30 07:12:43.000000000 +0100 @@ -36,6 +36,7 @@ Does not recover well from errors Thus you often need to restart the Lisp process during interactive development.. + No const-correctness diff -rN -u old-doc/smoke.xml new-doc/smoke.xml --- old-doc/smoke.xml 2014-10-30 07:12:43.000000000 +0100 +++ new-doc/smoke.xml 2014-10-30 07:12:43.000000000 +0100 @@ -70,6 +70,9 @@ In the second case a temporary qt:color instance is implicitly created. + +User defined conversions for return values are currently not supported (in defmethods). +
Setter Methods