Dear all, I have a list of pointers : QList<MyClass*> list;
MyClass has a load() function Now I would like to call something like QtConcurrent::map(list, &Myclass::load), but this does not work, as it would with a list of Myclass object instead of pointers. Is there any way to make this work in one line without a wrapper? Thanks, Etienne
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest