Hi there! When I download something with QWebView I receive loadingFinished signal with ok = false. I suppose, QWebView treats unsupported content as a page and it causes an error. How can I get rid of that signal?

I start downloading when unsupportedContent(QNetworkReply*) signal is emitted and read the data when QNetworkReply::finished is emitted.