client: UiStyle.h use "enum" for Qt4, cleanup
authorShane Synan <digitalcircuit36939@gmail.com>
Sat, 16 Jun 2018 18:17:59 +0000 (13:17 -0500)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 16 Jun 2018 19:20:42 +0000 (21:20 +0200)
Use "enum" instead of "enum class" for Qt4 support in Q_ENUMS, adding
a comment about switching back later.

Update Doxygen comments to properly associate to the previous line
via "///<" intead of "///".


No differences found