connect-non-signal
May 15, 2018 ยท View on GitHub
Warns when connecting a non-signal to something.
For example:
connect(obj, &MyObj::mySlot, ...);
Only works with the new Qt5 connect syntax (PMF).
May 15, 2018 ยท View on GitHub
Warns when connecting a non-signal to something.
For example:
connect(obj, &MyObj::mySlot, ...);
Only works with the new Qt5 connect syntax (PMF).