Clazy-Level-2ΒΆ

Clazy checks from level 2

Nested Rules

Qt-BaseClassEvent

Warns when you return false inside your QObject::event() or QObject::eventFilter() reimplementation

Qt-CtorMissingParentArgument

Warns when QObject derived classes do not have at least one constructor receiving a QObject

Qt-FunctionArgsByValueRef

Warns when you should be passing by value instead of by reference and vice versa

Qt-GlobalConstCharPointer

Finds places where const character pointers could be made read-only

Qt-MissingQObjectMacro

Finds QObject derived classes that do not have a Q_OBJECT macro

Qt-RuleOfThree

Implements the rule of three

Options