mozilla-vpn-client
mozilla-vpn-client copied to clipboard
Refactor: Remove Simple-Networkmanager
Description
We have 2 classes that can create the QNetworkAccessManager neeeded for networking to function, the QMLEngine or the SimpleNetworkManager. This PR changes this so that we only have networkmanager which creates and owns the QNetworkAccessManager, removing the need for overloads or creating a snm to run tests :) . QMLEngineHolder will simply inject that QNetworkAccessManager into the QmlEngine.