Move from QSet to QHash
Posted by mholmes on 10 Nov 2010 in Activity log
Rewrote ImtLinkGrp so that it stores its ImtLinks in a QHash instead of in a QSet. In some ways this is more complicated, but it's a bit more robust, and enables quicker and easier lookup of a link. Modifications were needed to the ImtLink class as well.
Next is the similar task of rewriting ImtLinkSet in the same way. The advantages are more obvious and immediate there.