X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fnickhighlightmatcher.h;h=e6757b7d1e4fad2836e39795b7db201dd8272855;hb=3e63cb8a6e83765069a45101b86ae9e21dcc57ad;hp=efc3d8e54e1a47a390e9d427ee1e5094521a217f;hpb=83e64467da81f69bef190f7492f49b6b4e661885;p=quassel.git 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