X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclientuserinputhandler.cpp;h=95a9988e59c7db821194015e4f9eeec43acb6ec4;hb=d261638f2e30aa47a08f1c3f43372da0c0e8d13f;hp=9d84ab81dea1871a282ea52c2a66f450dc295e68;hpb=93605206bc40e06446efabc71e155a3216dbb0b9;p=quassel.git diff --git a/src/client/clientuserinputhandler.cpp b/src/client/clientuserinputhandler.cpp index 9d84ab81..95a9988e 100644 --- a/src/client/clientuserinputhandler.cpp +++ b/src/client/clientuserinputhandler.cpp @@ -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 * @@ -142,6 +142,7 @@ void ClientUserInputHandler::handleIgnore(const BufferInfo &bufferInfo, const QS void ClientUserInputHandler::handleList(const BufferInfo &bufferInfo, const QString &text) { + Q_UNUSED(text) Client::instance()->displayChannelList(bufferInfo.networkId()); }