I have a simple question guys, reading the thread about connecting signals with slots with fewer arguments, and of course, the Qt documentation.
However, I do not need to connect signals with slots. I actually want to connect signals with signals with fewer arguments.
The documentation is very clear about slots, but what about signals?
Is that considered safe?
Thanks & Cheers!