ProxyAuthHandler Use QPointer instead of QWeakPointer
authorOlivier Goffart <ogoffart@woboq.com>
Wed, 5 Feb 2020 11:52:58 +0000 (12:52 +0100)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:59:05 +0000 (10:59 +0100)
commitf81f96915f1beaecfbf1d5471275c99b2dfbde71
tree04f2994216930167a57b25332849ed968c57318e
parente08645f25913188042eeb094489f90ba7725a244
ProxyAuthHandler Use QPointer instead of QWeakPointer

QWeakPointer::data is deprecated.
In this case we should use QPointer
src/gui/proxyauthhandler.cpp