X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclientuserinputhandler.h;h=391a94a7bb453e7e81a14cb5de7d561933cf8974;hb=8b8ec8597367d13527e9e7a46e184ee99a7d5f32;hp=88f456ce75ba9b2d855881941b2d8e54d8e310ec;hpb=9fc57dc2c000e80fb8bd746a090e2e8210e1278e;p=quassel.git diff --git a/src/client/clientuserinputhandler.h b/src/client/clientuserinputhandler.h index 88f456ce..391a94a7 100644 --- a/src/client/clientuserinputhandler.h +++ b/src/client/clientuserinputhandler.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -24,7 +24,7 @@ #include "basichandler.h" class BufferInfo; -class NetworkId; +struct NetworkId; class ClientUserInputHandler : public BasicHandler { @@ -45,6 +45,7 @@ private slots: void handleExec(const BufferInfo &bufferInfo, const QString &execString); void handleJoin(const BufferInfo &bufferInfo, const QString &text); void handleQuery(const BufferInfo &bufferInfo, const QString &text); + void handleIgnore(const BufferInfo &bufferInfo, const QString &text); void defaultHandler(const QString &cmd, const BufferInfo &bufferInfo, const QString &text); private: