Port away from QNetworkConfigurationManager
QNetworkConfigurationManager is deprecated and not extremely useful for the usecase of checking for connectivity anyway, since we're more interested in the connection to the server than the network status of the client.
A better way of checking for connection is checking the result of the sync
api calls.