dwww Home | Show directory contents | Find package

# connect-not-normalized

Warns when the contents of `SIGNAL()`, `SLOT()`, `Q_ARG()` and `Q_RETURN_ARG()` are not normalized.

Using normalized signatures allows to avoid unneeded memory allocations.

For signals and slots it only warns for `connect` statements, not `disconnect`, since it only
impacts the performance of the former.

See `QMetaObject::normalizedSignature()` for more information.

Generated by dwww version 1.15 on Sat May 18 13:49:30 CEST 2024.