On Mon, 07 Sep 2009 20:44:13 -0400, Matt Smith <mel...@orangepalantir.org>
wrote:
> The long and short, when I use a QThread at the end of my run method, I
> call self.deleteLater().  If I call self.deleteLater() the "finished()"
> signal is never emitted.  It used to emit "finished()" even if I called
> deletLate(), and I thought I needed the self.deleteLater() to clean up
> connections and such.
> 
> If interested I could easily post an example.  If not Ill emit
> "finished()" before the delete later.

I would need a test case, and to know which versions you are talking about.

Phil
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to