X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2Fcoreconnectionstatuswidget.cpp;h=bc78fc688b715a757609c404178dbe1f93465249;hb=e052c6532456d818b804ce726c8a6e66c81ad8a0;hp=11321b54674d3d5690e78f77310be10119008fd1;hpb=cba75e911d78fd3250b25c94e4ad1aa1c4207ecf;p=quassel.git diff --git a/src/qtui/coreconnectionstatuswidget.cpp b/src/qtui/coreconnectionstatuswidget.cpp index 11321b54..bc78fc68 100644 --- a/src/qtui/coreconnectionstatuswidget.cpp +++ b/src/qtui/coreconnectionstatuswidget.cpp @@ -35,6 +35,8 @@ CoreConnectionStatusWidget::CoreConnectionStatusWidget(CoreConnection *connectio connect(coreConnection(), SIGNAL(progressValueChanged(int)), ui.progressBar, SLOT(setValue(int))); connect(coreConnection(), SIGNAL(progressRangeChanged(int, int)), ui.progressBar, SLOT(setRange(int, int))); connect(coreConnection(), SIGNAL(progressRangeChanged(int, int)), this, SLOT(progressRangeChanged(int, int))); + + connect(coreConnection(), SIGNAL(connectionError(QString)), ui.messageLabel, SLOT(setText(QString))); } void CoreConnectionStatusWidget::update() {