Make the EventType meta enum and related accessors static
[quassel.git] / src / common / message.h
index 938bf43..612757d 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef MESSAGE_H_
 #define MESSAGE_H_
 
-#include <QString>
+#include <QCoreApplication>
 #include <QDateTime>
 
 #include "bufferinfo.h"
@@ -50,6 +50,7 @@ public:
     Topic     = 0x04000,
     NetsplitJoin = 0x08000,
     NetsplitQuit = 0x10000,
+    Invite = 0x20000,
   };
 
   // DO NOT CHANGE without knowing what you do, some of these flags are stored in the database