[Interest] Subclassing QNetworkAccessManager not working

Thiago Macieira thiago.macieira at intel.com
Tue Nov 3 17:18:21 CET 2015


On Tuesday 03 November 2015 16:51:48 Jason H wrote:
> I am experimenting with creating my own scheme. Per the documentation at
> http://doc.qt.io/qt-5/qnetworkaccessmanager.html#supportedSchemes I am to
> provide a protected slot, which will be hooked up by the MOC. However I am
> only ever getting the default implementation: I got:
> ("ftp", "file", "qrc", "http", "https", "data")
> I expected:
> ("aes")

You need to provide a slot, but it's called supportedSchemesImplementation.

> Also, what's this "data" scheme it supports?

https://www.ietf.org/rfc/rfc2397.txt

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list