Qt-LambdaUniqueConnection

Do not use Qt::UniqueConnection with a functor, lambda or non-member function slot

Required inputs: IR

The connection type Qt::UniqueConnection should not be used in connect calls that use a functor, lambda or non-member function as the slot.

This rule is based on clazy rule lambda-unique-connection

Possible Messages

Key

Text

Severity

Disabled

lambda_unique_connection

UniqueConnection used with functor, lambda or non-member function slot.

None

False

Options

level

level : int = 0

Importance level of the rule as given for clazy. 0 is most desirable, higher values fall off in quality.