On 12 Jan 2017, at 4:47 pm, Marcos Dione <m.dione at servicemagic.eu> wrote: > > I'm trying to override the QNetworkAccesManager class so I can capture the QNetworRequest's and QNetworkReply'es that go through it, but my methods are not being called: ...because the C++ functions are not virtual and so cannot be overridden. Phil