This is the long-awaited monster commit, bringing you a redesigned core arch and...
[quassel.git] / src / core / ircserverhandler.h
index a821a35..591c86f 100644 (file)
@@ -27,7 +27,7 @@ class IrcServerHandler : public BasicHandler {
   Q_OBJECT
 
 public:
-  IrcServerHandler(NetworkConnection *parent = 0);
+  IrcServerHandler(NetworkConnection *parent);
   ~IrcServerHandler();
 
   void handleServerMsg(QByteArray rawMsg);