Skip to content
Commit f65c58ea authored by Alessandro Astone's avatar Alessandro Astone
Browse files

Fix QNetworkInformation usage

https://doc.qt.io/qt-6/qnetworkinformation.html#details

> QNetworkInformation is a singleton and stays alive from the first
> successful load() until destruction of the QCoreApplication object.

QNetworkInformation::loadBackendByFeatures is static and should be
called before instance() can ever return non-nullptr.
parent 54ee435f
Pipeline #572962 failed with stage
in 17 seconds
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