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