[Interest] QNetworkAccessManager

Thiago Macieira thiago.macieira at intel.com
Tue Aug 25 20:33:35 CEST 2015


On Tuesday 25 August 2015 20:46:35 Igor Mironchik wrote:
> Hi Thiago,
> 
> On 25.08.2015 19:08, Thiago Macieira wrote:
> > It's most likely a bug in your code. Please provide the backtrace of the
> > warning (run your application with QT_FATAL_WARNINGS=1) and we can help
> > find where you've made a threading mistake.
> 
> Is it possible to set QT_FATAL_WARNINGS=1 in QtCreator and start debugging?

Yes. Set in your runtime environment in the Project (Ctrl+5) page.

> > With that in mind, I have to say: there's no advantage of using threads.
> > You're just making your code more complex. You'll gain more by removing
> > the
> > threading.

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




More information about the Interest mailing list