RESOLVED FIXED 6929
Remove QSortedList and QPtrList sorting support
https://bugs.webkit.org/show_bug.cgi?id=6929
Summary Remove QSortedList and QPtrList sorting support
Maciej Stachowiak
Reported 2006-01-29 23:44:54 PST
Remove QSortedList and QPtrList sorting support. Should be replaced with Vector and std::sort.
Attachments
kill QSortedList (26.93 KB, patch)
2006-01-29 23:50 PST, Maciej Stachowiak
darin: review+
Maciej Stachowiak
Comment 1 2006-01-29 23:50:36 PST
Created attachment 6101 [details] kill QSortedList
Darin Adler
Comment 2 2006-01-29 23:58:24 PST
Comment on attachment 6101 [details] kill QSortedList I see one bad problem here, free used where delete should be used. Fix that, and then r=me.
Note You need to log in before you can comment on or make changes to this bug.