QObject has built-in support to a reference count block to support QPointer (which is composed of a QWeakPointer)
When doing QSharedPointer<QObject>, is there a technical reason that prevents the QObject control block to be used, rather allocating a new one, like it is necessary for common objects? IOW, is a QSharedPointer<QObject> specialization feasible? Philippe _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
