Store the HighlightNickType as int instead of custom enum
[quassel.git] / src / common / highlightrulemanager.h
index 4fdf211..427b658 100644 (file)
@@ -38,7 +38,6 @@ public:
         CurrentNick = 0x01,
         AllNicks = 0x02
     };
-    Q_ENUM(HighlightNickType);
 
     inline HighlightRuleManager(QObject *parent = nullptr) : SyncableObject(parent) { setAllowClientUpdates(true); }
     HighlightRuleManager &operator=(const HighlightRuleManager &other);