Skip to content

Access QPointer Directly

Don't call .data() for whenever we want to deal with the Smart pointer. they have overloaded operators for those things, and we should use them.

Makes the code much more pleasant.

Merge request reports