X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fchatmonitorview.cpp;h=71c975b9bccf704e948b0967244ed06aea593b81;hb=fcacaaf16551524c7ebb6114254d005274cc3d63;hp=d337cfc33cb9131ce4a3968c851a398469257ca4;hpb=714b39660fe19e7f092880019429c8da76ee2bd5;p=quassel.git diff --git a/src/qtui/chatmonitorview.cpp b/src/qtui/chatmonitorview.cpp index d337cfc3..71c975b9 100644 --- a/src/qtui/chatmonitorview.cpp +++ b/src/qtui/chatmonitorview.cpp @@ -46,7 +46,7 @@ ChatMonitorView::ChatMonitorView(ChatMonitorFilter *filter, QWidget *parent) // The normal message prefixes get replaced by the network and buffer name. Re-add brackets for // all message types. scene()->setAlwaysBracketSender(true); - connect(Client::instance(), SIGNAL(coreConnectionStateChanged(bool)), this, SLOT(coreConnectionStateChanged(bool))); + connect(Client::instance(), &Client::coreConnectionStateChanged, this, &ChatMonitorView::coreConnectionStateChanged); }