David Faure wrote:
> 
> I'm confused. This file doesn't use QHash/QSet at all, so why is a QHash 
> implementation needed?
> Is it due to some other file hashing KSortableItems?
> 

Yes, compiling stops there because it couldn't find a qHash function with the 
correct argument.

> In fact I'm wondering if we really need KSortable[Value]List with Qt4, when 
> it's easy
> to just pass a function to 
> qSort(foo.begin(),foo.end(),mySortingFunctionHere)....
> or to use a map, for something closer to the usage of KSortableValueList.
> 
> I'll start with porting the code I maintain away from KSortableValueList ;)
> 

_______________________________________________
Kde-buildsystem mailing list
Kde-buildsystem@kde.org
https://mail.kde.org/mailman/listinfo/kde-buildsystem

Reply via email to