Allow palette names with digits 0-9
authorShane Synan <digitalcircuit36939@gmail.com>
Fri, 2 Dec 2016 21:50:38 +0000 (15:50 -0600)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 12 Apr 2017 20:51:18 +0000 (22:51 +0200)
commita04eac3ffa53cb9eea9ebc46ea67a958f0269220
tree537fe0d8525655161e33d2a93b6624af7f566f97
parent27fe4e6f46547c45d19fa39c175fa2104a5feb28
Allow palette names with digits 0-9

Modify the regular expression for palette matching to allow digits
(e.g. 0-9) in the name.  There seems to be no reason to block them.

Document the palette-matching regex.
src/uisupport/qssparser.cpp