Another thing I personally don't like in the new connection syntax is
that it forces signals to be public, making it possible to do all type
of wonders by faking/simulating events on behalf of other objects.

For example:
QLineEdit* edit = new QLineEdit("foo");
// ...
edit->textChanged("bar");

On 03/16/2016 08:24 PM, John Weeks wrote:
> Nobody's mentioned the fact that an overridden virtual slot requires an 
> absolutely horrid cast in order to use the new PMF syntax.
> 
> -John Weeks

Attachment: signature.asc
Description: OpenPGP digital signature

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

Reply via email to