Hi, I have a codebase that is using a C library and Qt. I have some legacy code where structs from the C library are stored in a Qt/C++ class using:
void *userData; Is this an example where I should replace the void * with a QSharedPointer or a QWeakPointer? Regards Phil Hannent
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest