[inline, virtual, inherited]
Called at the end when you have enabled self destruction on thread exit using setAutoDelete(true). Default implementation simply does delete this.
delete
this
Definition at line 1093 of file QThread.h.
01093 { delete this; }