[inline]
Post-increments the count.
Definition at line 774 of file QThread.h.
00774 { int c=count++; handleCount(c+1); return c; }