There are two things here:
1. Why move the QThread object to another thread instead of creating a separate object and moving THAT to the thread or better yet creating that object in the thread itself?
2. Why move the QThread object to another thread before the thread is actuallys started?
There is also point 3:
- Why use threads here at all?
Bookmarks