El Monday 10 November 2014, Robert Steckroth escribió: > [SOLVED]: After perusing the qmap.h libraiy I found the reason why QMap was > keeping a sorted node list.
Please, instead of opening bug reports, digging in the sources, and wasting everybody's time, you should read one of the very first lines of QMap documentation: "With QMap, the items are always sorted by key" If you missed that, and got confused by the description of the function you wanted to use (because maybe the description wasn't 100% clear that the position was NOT where you wanted the element inserted), then yes, you can ask the mailing list (the correct one is [email protected] instead of this one, though). And if you ask the mailing list, read the replies you got, because people already told you that QMap works as expected, and which other classes you can use if you need insertion order instead. -- Alex (a.k.a. suy) | GPG ID 0x0B8B0BC2 http://barnacity.net/ | http://disperso.net _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
