X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fidentserver.cpp;h=5e728746fad05ed91d292c379e97197a02872878;hb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;hp=c68d119e2a43e33a6979df32e280d2be8c714187;hpb=e212eabe53878a8fa6ecb15909a325ed7dd63283;p=quassel.git diff --git a/src/core/identserver.cpp b/src/core/identserver.cpp index c68d119e..5e728746 100644 --- a/src/core/identserver.cpp +++ b/src/core/identserver.cpp @@ -22,11 +22,10 @@ #include "corenetwork.h" #include "identserver.h" -#include "logger.h" +#include "logmessage.h" -IdentServer::IdentServer(bool strict, QObject *parent) +IdentServer::IdentServer(QObject *parent) : QObject(parent) - , _strict(strict) { connect(&_server, SIGNAL(newConnection()), this, SLOT(incomingConnection())); connect(&_v6server, SIGNAL(newConnection()), this, SLOT(incomingConnection()));