template<class type, class allocator>
Returns the list as a FX::QPtrList.
Definition at line 605 of file qptrlist.h. Referenced by FX::QQuickList< type, allocator >::QQuickList(). 00605 { 00606 return static_cast<QPtrList<type, allocator> &>(*this); 00607 } 00608 using QPtrList<type, allocator>::count;
|