X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcore.cpp;h=dc22a97305dfadf448799b8fe9484778f5743114;hp=d6330385f4850c9af9707d590b170c807cf5500d;hb=de9a7ec6b70c796182e0a7992aa380a58b954b94;hpb=48151f63e7f953bf07828be39ba314095c472c74 diff --git a/src/core/core.cpp b/src/core/core.cpp index d6330385..dc22a973 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp @@ -94,6 +94,7 @@ void Core::stopListening() { void Core::incomingConnection() { // TODO implement SSL + // TODO While QTcpSocket *socket = server.nextPendingConnection(); connect(socket, SIGNAL(disconnected()), this, SLOT(clientDisconnected())); connect(socket, SIGNAL(readyRead()), this, SLOT(clientHasData()));