On 25.08.2015 21:33, Thiago Macieira wrote:
> 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.

Application aborted by OS. No backtrace available. Debugging stoped at 
ui_*.h generated file on lines:

QIcon icon;
icon.addFile(...);
>
>>> 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.

-- 
Best Regards,
Igor Mironchik.

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to