X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclientuserinputhandler.h;h=6df0da0fe3b60ab6edbac9137bc207dca3f0dd45;hb=98144aaad0cd747f186edcd0e36a1d67326ac766;hp=391a94a7bb453e7e81a14cb5de7d561933cf8974;hpb=9f5158eab420977b42d8fc6b98d2eb0de66cbaa4;p=quassel.git diff --git a/src/client/clientuserinputhandler.h b/src/client/clientuserinputhandler.h index 391a94a7..6df0da0f 100644 --- a/src/client/clientuserinputhandler.h +++ b/src/client/clientuserinputhandler.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -31,7 +31,7 @@ class ClientUserInputHandler : public BasicHandler Q_OBJECT public: - ClientUserInputHandler(QObject *parent = 0); + ClientUserInputHandler(QObject *parent = nullptr); public slots: void handleUserInput(const BufferInfo &bufferInfo, const QString &msg); @@ -46,6 +46,7 @@ private slots: 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 handleList(const BufferInfo &bufferInfo, const QString &text); void defaultHandler(const QString &cmd, const BufferInfo &bufferInfo, const QString &text); private: