So when programming in Qt I like to go with the Qt implementation as far as possible.
As far as I've seen there's no Qt version of the std::unique_ptr
or is there?
What would be the alternatives that produce the "same" result in Qt if it doesn't exist?