summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2019-05-14 20:42:01 +0200
committerMarc Mutz <marc.mutz@kdab.com>2019-05-15 11:03:52 +0200
commit1a872e5ff2ce538960c54986e09dcb5eb8d4bd63 (patch)
treeb6ffcc88f46dbff49b5ef439f5430bfd1d802f03 /src
parent6e121d81cb4ae4663d656c29a7ac590b6069e22a (diff)
HTTP example: use std::unique_ptr instead of QScopedPointer
This allows the QFile factory there to actually return the payload in a unique_ptr instead of falling back to a raw pointer. The use of a unique_ptr member requires that the destructor be out-of-line, since QFile is only forward-declared in the header file. This is good hygiene, so do it for ProgressDialog, too. Change-Id: Idb6ed327f9592526bb7d0d5b2cfbffe9f08f3eea Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions