[Interest] QtThread

Thiago Macieira thiago.macieira at intel.com
Wed Jan 22 16:40:52 CET 2014


On quarta-feira, 22 de janeiro de 2014 10:29:42, André Somers wrote:
> Disagree there. There is every reason to run debug application code 
> against debug Qt libraries. If only because it enables asserts that 
> catch programming mistakes

There aren't many of those. The Qt front-end API does not assert in invalid 
arguments, except the containers. But the containers are inline code, so the 
assertions are enabled if your code is compiled in debug mode.

Programmer errors like connecting to a non-existing slot, moving to another 
thread an object that has a parent, etc. are reported as warnings and those 
are present in release mode too.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20140122/86cf1acc/attachment.sig>


More information about the Interest mailing list