X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclient.cpp;h=e65006ecf989c0cef3c5731d6015de9418ffa969;hp=b80942a2d99b03cfd987f61609858262833787e4;hb=6261af690fbf7f3aca06acc8f1268488cdfb566f;hpb=521a9e7155173db954ea5f32c93dd6933cd7aeda diff --git a/src/client/client.cpp b/src/client/client.cpp index b80942a2..e65006ec 100644 --- a/src/client/client.cpp +++ b/src/client/client.cpp @@ -81,7 +81,7 @@ void Client::init() { SignalProxy *p = signalProxy(); - p->attachSlot(SIGNAL(displayMsg(const Message &)), this, SLOT(recvMessage(const Message &))); + p->attachSlot(SIGNAL(displayMsg(const Message &)), this, SLOT(recvMessage(Message &))); p->attachSlot(SIGNAL(displayStatusMsg(QString, QString)), this, SLOT(recvStatusMsg(QString, QString))); p->attachSlot(SIGNAL(backlogData(BufferInfo, const QVariantList &, bool)), this, SLOT(recvBacklogData(BufferInfo, const QVariantList &, bool)));