Details
-
Bug
-
Resolution: Cannot Reproduce
-
P3: Somewhat important
-
5.5.1
-
None
-
Ubuntu 15.04
qt-opensource-linux-x64-5.5.1
PyQt-gpl-5.5.1
-
a91c40868bbdc1b2d2dd3b5f8b47aae9e8589a81
Description
When I use QWebView instance to load customized QNetworkRequest instance, the console outputs lots of annoying warning like that: 'QObject::connect: Cannot connect (null)::stateChanged(QNetworkSession::State) to QNetworkReplyHttpImpl::_q_networkSessionStateChanged(QNetworkSession::State)'. All just look like running normally, but I don't know why it prints that. I think this will be a problem.
attachment is my python example file.