On Thursday 11 April 2002 10:45, Werner Trobin wrote: > Conclusion: use const QString& foo or maybe QString foo but not const > QString foo :-) Hmm... const on a copied object (as opposed to reference/pointer) is not very smart indeed. Didn't even notice that :-) Will fix. Martijn