Convert null strings to empty strings
[quassel.git] / src / core / coresessioneventprocessor.h
index 5113f1b..7ed9fe4 100644 (file)
@@ -24,6 +24,7 @@
 #include <QObject>
 
 class CoreSession;
+class Event;
 
 class CoreSessionEventProcessor : public QObject {
   Q_OBJECT