Re: msvc: qHash

2006-05-11 Thread David Faure
On Thursday 11 May 2006 00:00, David Faure wrote: 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.

Re: msvc: qHash

2006-05-11 Thread Peter Kümmel
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

Re: msvc: qHash

2006-05-11 Thread Christian Ehrlicher
David Faure schrieb: On Thursday 11 May 2006 18:36, Peter Kümmel wrote: 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

Re: msvc: qHash

2006-05-11 Thread David Faure
On Thursday 11 May 2006 18:52, David Faure wrote: On Thursday 11 May 2006 18:36, Peter Kümmel wrote: 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?

Re: msvc: qHash

2006-05-11 Thread David Faure
On Thursday 11 May 2006 19:23, Peter Kümmel wrote: Christian Ehrlicher wrote: David Faure schrieb: On Thursday 11 May 2006 18:36, Peter Kümmel wrote: 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