> Sent: Tuesday, November 03, 2015 at 11:43 AM
> From: "Thiago Macieira"
> To: interest@qt-project.org
> Subject: Re: [Interest] Subclassing QNetworkAccessManager not working
>
> On Tuesday 03 November 2015 17:23:04 Jason H wrote:
> > Didn't I already do
On Tuesday 03 November 2015 17:23:04 Jason H wrote:
> Didn't I already do that? Here it is again:
Sorry, you did.
> class EncryptingNetworkManager: public QNetworkAccessManager {
> public:
> EncryptingNetworkManager(QObject *parent = 0) :
> QNetworkAccessManager(parent){}
>
> protected slo
> Sent: Tuesday, November 03, 2015 at 11:18 AM
> From: "Thiago Macieira"
> To: interest@qt-project.org
> Subject: Re: [Interest] Subclassing QNetworkAccessManager not working
>
> On Tuesday 03 November 2015 16:51:48 Jason H wrote:
> > I am experimenting wi
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
> Sent: Tuesday, November 03, 2015 at 11:01 AM
> From: "Samuel Gaist"
> To: "Jason H"
> Cc: "interest@qt-project.org"
> Subject: Re: [Interest] Subclassing QNetworkAccessManager not working
>
>
> On 3 nov. 2015, at 16:51, "Jaso
On 3 nov. 2015, at 16:51, "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 th
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"