template<class type, class allocator>
Sorts the list.
Definition at line 260 of file qptrlist.h. References FX::QValueListQSort< type, movePolicy, swapPolicy, comparePolicy >::run(). 00261 { 00262 QValueListQSort<type *, Pol::itMove, swapPolicy, comparePolicyMe> sorter((QValueList<type *> &) *this); 00263 sorter.run(); 00264 }
|