mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
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:
parent
57605cb840
commit
e809b042aa
@ -1,4 +1,5 @@
|
|||||||
set FOR foreach
|
set FOR foreach
|
||||||
|
set WORD slots
|
||||||
|
|
||||||
newlines = LF
|
newlines = LF
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user