X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcorenetwork.h;h=f4744d9236c0e227b07407ce47b3cd0a81086f4a;hp=a579e3bbac2549b9214515be4b11277167019913;hb=77a021d6d237abc3b54277584c1bedfecf0ceda2;hpb=14281719026a2d9d30667f63f3659c2c4e7e0cca diff --git a/src/core/corenetwork.h b/src/core/corenetwork.h index a579e3bb..f4744d92 100644 --- a/src/core/corenetwork.h +++ b/src/core/corenetwork.h @@ -41,9 +41,7 @@ #include "coresession.h" class CoreIdentity; -class IrcServerHandler; class CoreUserInputHandler; -class CtcpHandler; class CoreIgnoreListManager; class CoreNetwork : public Network { @@ -59,9 +57,7 @@ public: inline CoreSession *coreSession() const { return _coreSession; } inline CoreNetworkConfig *networkConfig() const { return coreSession()->networkConfig(); } - inline IrcServerHandler *ircServerHandler() const { return _ircServerHandler; } inline CoreUserInputHandler *userInputHandler() const { return _userInputHandler; } - inline CtcpHandler *ctcpHandler() const { return _ctcpHandler; } inline CoreIgnoreListManager *ignoreListManager() { return coreSession()->ignoreListManager(); } //! Decode a string using the server (network) decoding. @@ -193,9 +189,7 @@ private: QTcpSocket socket; #endif - IrcServerHandler *_ircServerHandler; CoreUserInputHandler *_userInputHandler; - CtcpHandler *_ctcpHandler; QHash _channelKeys; // stores persistent channels and their passwords, if any