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.
This commit is contained in:
Eugene Shalygin 2016-04-23 01:57:28 +02:00
parent 57605cb840
commit e809b042aa

View file

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