Qt-OldStyleConnect

Warns when using old style connects SIGNAL/SLOT, which is slower than using pointer to member syntax

Required inputs: IR

Finds usages of old style connects. Connecting with old style syntax (SIGNAL/SLOT) is much slower than using pointer to member syntax (PMF).

Here is however a non-exhaustive list of caveats you should be aware of: