On 2013-04-29, Milian Wolff wrote: > I do wonder though why QString has both, a shared_empty and a shared_null > object. A single one should suffice for most objects, no? I'm pretty sure this is because QString can be empty and not null. e.g. the difference between QString() the empty string. /Sune