On Monday 30 November 2009 13:12:58 Uwe Rathmann wrote: > Most containers (including QList) can be sorted by qSort(). The > implementation is inlined in the Qt headers as well and I would expect that > the qSort template is instantiated in 4.6 by accident from a QList<double> > declaration. ( If you explicitely call qSort of a QList<double> it's > obvious, that you need an implementation of qHash(double) ).
Ok. But still, qSort does not seems to use qHash. Can you give me the stack of instentiation that code an instentiation of qHash(double). You told me qhash.h(875), but it does not tell me what instantiate QHash<double, ???> _______________________________________________ Qt4-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
