Hi !
How to dynamic_cast a QSharedDataPointer<Base> object into a QSharedDataPointer<Derived> object whitout loosing the reference counting from the Base object ?
NB: Base inherits QSharedData.
NB: Derived inherits Base.
↧