Browse Source

Add "slots" to WORDS keyword.

Uncrustify inserts line break between an access specifier and "slots".
However, it keeps these words combinations if "Q_SLOTS" is used.
Its built-in parser classifies "Q_SLOTS" as WORD token, thus let's add
"slots" to that class.
adaptive-webui-19844
Eugene Shalygin 9 years ago
parent
commit
e809b042aa
  1. 1
      uncrustify.cfg

1
uncrustify.cfg

@ -1,4 +1,5 @@
set FOR foreach set FOR foreach
set WORD slots
newlines = LF newlines = LF

Loading…
Cancel
Save