Quote Originally Posted by StarShaper View Post
Why do the official docs still listing the old "wrong" way?
I would tell you but I don't like using bad words in public.

And is it really wrong to subclass QThread? Do I have to use moveToThread()?
No, it's not inherently wrong but most of the time moveToThread() is better.