[inline, inherited]
Returns the first item in the list.
Definition at line 324 of file qptrlist.h.
00324 { return Base::empty() ? 0 : Base::front(); }