在使用work-object模式的时候,假设WorkerThread 已经run了,这个时候新new一个worker,然后使用worker->moveToThread(&workerThread);会发生什么情况,此时是否可以直接调用worker->doWork()?