Difference between QSharedPointer and QSharedDataPointer?

Viewed 10236

What is the difference between these two types of pointers? As far as I can read, QSharedPointer can handle situation well, so what is the need for QSharedDataPointer?

1 Answers
Related