[inline]
Post-decrements the count, which if zero frees any waiting threads.
Definition at line 780 of file QThread.h.
00780 { int c=count--; handleCount(c-1); return c; }