Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 173 Bytes

README-connect-non-signal.md

File metadata and controls

8 lines (5 loc) · 173 Bytes

connect-non-signal

Warns when connecting a non-signal to something.

For example: connect(obj, &MyObj::mySlot, ...);

Only works with the new Qt5 connect syntax (PMF).