-
Bug
-
Resolution: Invalid
-
P3: Somewhat important
-
None
-
4.7.3, 5.7.0
-
None
-
Tested on both Windows 7 32 bit and 64 bit.
Works great on Ubuntu.
When I run the get() function on a QNetworkAccessManager object I receive the following errors.
QObject::connect: Cannot connect (null)::aboutToQuit() to QNativeWifiEngine::closeHandle()
QObject::startTimer: QTimer can only be used with threads started with QThread
Slots connected to the finished signal on the QNetworkAccessManager are never called.
Minimal example that reproduces the errors is attached.