[inline, inherited]
Returns the last item in the list.
Definition at line 322 of file qptrlist.h.
00322 { return Base::empty() ? 0 : Base::back(); }