[inline]
Returns the first item in the list.
Definition at line 307 of file qptrvector.h.
00307 { return std::vector<type *>::empty() ? 0 : std::vector<type *>::front(); }