[Kde-pim] [PATCH] Bug in KNode group browser

Jakub Stachowski qbast at go2.pl
Sun Sep 16 12:45:48 BST 2007


Hello,

I have found that group browser in KNode (the one you get when you want to 
subscribe to groups) shows lots of duplicates. This is due to incomplete port 
from QSortedList.
Attached patch fixes that by porting to QList + qSort. 
Note that it changes from pointer-based list to value-based list. I don't 
think it is a problem (performance or memory usage) because QString is 
copy-on-write anyway.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: grouplist.patch
Type: text/x-diff
Size: 11354 bytes
Desc: not available
URL: <http://mail.kde.org/pipermail/kde-pim/attachments/20070916/fe13db2c/attachment.patch>
-------------- next part --------------
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/


More information about the kde-pim mailing list