X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fserver.h;h=c99174cd5c1fe7b55152a3cae47e1e91e38f1418;hb=8f6f3932998ffb3778e4e077dfb301da4cf34c1f;hp=1b92f16dde6f2374d0a0ed34ddf2eb2665295989;hpb=902c95728306e5ba115de84800fc8d5d239c9d62;p=quassel.git diff --git a/src/core/server.h b/src/core/server.h index 1b92f16d..c99174cd 100644 --- a/src/core/server.h +++ b/src/core/server.h @@ -1,11 +1,11 @@ /*************************************************************************** - * Copyright (C) 2005/06 by The Quassel Team * + * Copyright (C) 2005-07 by the Quassel IRC Team * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. * + * (at your option) version 3. * * * * This program is distributed in the hope that it will be useful, * * but WITHOUT ANY WARRANTY; without even the implied warranty of * @@ -73,7 +73,9 @@ public slots: void putRawLine(QString input); void putCmd(QString cmd, QStringList params, QString prefix = 0); - //void exitThread(); + +private slots: + void threadFinished(); signals: void serverState(QString net, QVariantMap data); @@ -94,7 +96,6 @@ private slots: void socketHasData(); void socketError(QAbstractSocket::SocketError); void socketConnected(); - void socketDisconnected(); void socketStateChanged(QAbstractSocket::SocketState); private: