- 
    
Suggestion
 - 
    Resolution: Unresolved
 - 
    
  Not Evaluated                     
     - 
    None
 - 
    4.7.3
 - 
    None
 
It seems to me that the current QThread does not have anything in place to clean up the QObjects that have been pushed to it via "moveToThread".
I have created a very simple subclass of QThread (see attachment) that has a replacement method (for moveToThread) "adoptObject" which does not have this problem. Maybe something like this could be incorporated into a future version of QThread.