[inline]
Pre-increments the count.
Definition at line 776 of file QThread.h.
00776 { int c=++count; handleCount(c); return c; }