Access QPointer Directly

Authored by tcanabrava on Jun 3 2020, 3:37 PM.

Description

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.