aboutsummaryrefslogtreecommitdiffstats
path: root/src/checks/level0/README-connect-non-signal.md
blob: 627523c917412b9ca0940bc415b0bdef857bd56b (plain)
1
2
3
4
5
6
7
8
# 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).