On terça-feira, 1 de outubro de 2013 20:00:56, Knoll Lars wrote:
> Yes, signal/slot connections between user code should IMO still be able to
> pass through exceptions. I am afraid removing that will break code that's
> out there.

This is already forbidden since 5.0.

You can throw from your slots, if you want. If you call them directly, you're 
responsible for catching the exception.

However, it's undefined behaviour if you let the exception go back to QtCore 
code. The *best* you can hope for is that std::terminate is called.

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

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to