On Fri, 28 Feb 2020 at 10:35, Edward Welbourne <edward.welbou...@qt.io>
wrote:

>
>
> Indeed; most of the case for "emit" can be answered by a sensible naming
> convention.
>

One case where it does not work is in connections.

emit somethingWasDone() and emitSomethingWasDone() look similar.

But the emit in  connect(obj, &MyClass::emitSomethingWasDone, ...) looks a
bit superfluous to me.
_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to