On 29 April 2013 18:43, Thiago Macieira <[email protected]> wrote: > > With that in mind, I would suggest we change *both* coding styles to > optionally permit the braces, and strongly suggest it for more-complex > conditionals.
In Qt the braces are already mandatory if the condition spans over more than one line (which is typical for complex conditions, as other rules demand for lines to be properly wrapped). Are you suggesting to loosen this? -- Giuseppe D'Angelo _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
