Hi,
>>>
struct foo
{
int m_IntValue;
doble m_Double;
};
QList<struct foo> StructList;And try to compile it with VC++. It complains about qHash(foo) does not fit with any of the overloaded uint qHash ( ... ) <<< FYI: I just tried it in VS 2008, SP1, which doesn't complain. Best, Michael. _______________________________________________ Qt4-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
