Skip to content
Commit 55b73163 authored by Volker Krause's avatar Volker Krause
Browse files

Centralize QNetworkAccessManager creation

Instead of doing that in a bunch of classes pass around a factory
function to a central location. This is needed to still allow on
demand creation of the QNAM instance, as that is somewhat expensive
and we don't want it on the startup path.

Side-effect of this is that we can test these classes easier using
the mock QNAM.

Still to be done for the other QNAM users though.
parent 55091a7d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment