common: Fix build with Qt4 and/or MSVC
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 3 Sep 2017 23:43:24 +0000 (01:43 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 3 Sep 2017 23:43:24 +0000 (01:43 +0200)
The previous commit caused a build failure for some combinations of
our build matrix, as QChar is not actually a literal usable in a
constexpr (unless you enable Qt5, for some bizarre reason...).


No differences found