View Single Post
Old 07-30-2012, 04:07 AM   #470
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,489
Karma: 28005164
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@kiwidude: In the slot your are connecting to the signal, use

import sip
if sip.isdeleted(self): return

sip.isdeleted() returns True if the underlying C++ object has been deleted.
kovidgoyal is offline   Reply With Quote