X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclient.h;h=c7e3ae1e56d3657cf6f3792251ea903e5f6ddf1a;hp=feb9f16fe70276c9462ab6622fcfb00e145f231f;hb=04754cf669dd295205226b744bc769b94693866a;hpb=52a4b82e170fe88725de8381c842a5278c7d1e46 diff --git a/src/client/client.h b/src/client/client.h index feb9f16f..c7e3ae1e 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -157,6 +157,8 @@ public slots: void setCoreConfiguration(const QVariantMap &settings); + void bufferRemoved(BufferId bufferId); + private slots: //void coreSocketError(QAbstractSocket::SocketError);