56 {
if ( *((
type*)s1) == *((
type*)s2) )
return 0;
return ( *((
type*)s1) < *((
type*)s2) ? -1 : 1 ); }
QSortedList(const QSortedList< type > &l)
QList< type > & operator=(const QList< type > &l)
QSortedList< type > & operator=(const QSortedList< type > &l)
virtual int compareItems(QCollection::Item s1, QCollection::Item s2)