summaryrefslogtreecommitdiffstats
path: root/src/gui/doc/snippets/code
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2020-06-08 16:48:15 +0200
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2020-06-10 02:46:42 +0200
commitc208b648f91da5139b8eda0c239201768f9d4059 (patch)
tree0379124328111c7c5db90dfe0c30589b57c02966 /src/gui/doc/snippets/code
parentd7c75ee005cc73bb74f0efe1171c7d3c08328fb1 (diff)
qGetPtrHelper: make it work with null d-pointers
operator-> comes with the precondition that the smart pointer is not null. Having null d-pointers is a valid use case, so enable it by using get() instead of operator->(). Change-Id: I78d77ca8c44e92a65ca98b15d0620bc3a1917ad2 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
Diffstat (limited to 'src/gui/doc/snippets/code')
0 files changed, 0 insertions, 0 deletions