virtual void FX::QThread::selfDestruct (  )  [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.

Definition at line 1093 of file QThread.h.

01093 { delete this; }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:37:48 2009 for TnFOX by doxygen v1.4.7