On 10-Feb-14 16:58, Thiago Macieira wrote: > It's actually not a constructor. It's the ages-old C++ mystery: what does this > declare? > > QStringList(other); > > It's actually a function declaration. Aaahh right. Which explains why the function *call* works. Joerg