Skip to content

Teach clazy to parse Q_PROPERTY declaration with spaces

Some companies enforces spaces inside function parentheses, and that extends to Q_PROPERTY declarations as well. However, clazy does not expect spaces inside parens and derives empty property type in that case. This changes how the strings in parens are parsed to skip whitespaces.

Merge request reports