X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fnickhighlightmatcher.h;h=e6757b7d1e4fad2836e39795b7db201dd8272855;hp=efc3d8e54e1a47a390e9d427ee1e5094521a217f;hb=ab7ef4d24f62b5848b628482b7762ebfc0b53e1a;hpb=c55df5f2d765b100b7a1ead5a72202f969aa9581 diff --git a/src/common/nickhighlightmatcher.h b/src/common/nickhighlightmatcher.h index efc3d8e5..e6757b7d 100644 --- a/src/common/nickhighlightmatcher.h +++ b/src/common/nickhighlightmatcher.h @@ -34,11 +34,7 @@ class NickHighlightMatcher { public: /// Nickname highlighting mode -#if QT_VERSION >= 0x050000 enum class HighlightNickType { -#else - enum HighlightNickType { -#endif NoNick = 0x00, ///< Don't match any nickname CurrentNick = 0x01, ///< Match the current nickname AllNicks = 0x02 ///< Match all configured nicknames in the chosen identity