X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Flegacysystemtray.cpp;h=7513bc812bc3eba672101355f9c9c21f6cbbd0b3;hp=8e7d2b726183f0fc66c823ab5e8dad1100726cb9;hb=ea5b220601473213689ef9bad6611ec74b776aa5;hpb=39dffd095bb5dbca49199d2173438c7f90c4e6fa diff --git a/src/qtui/legacysystemtray.cpp b/src/qtui/legacysystemtray.cpp index 8e7d2b72..7513bc81 100644 --- a/src/qtui/legacysystemtray.cpp +++ b/src/qtui/legacysystemtray.cpp @@ -55,6 +55,7 @@ LegacySystemTray::LegacySystemTray(QWidget *parent) connect(this, SIGNAL(modeChanged(Mode)), this, SLOT(onModeChanged(Mode))); connect(this, SIGNAL(stateChanged(State)), this, SLOT(onStateChanged(State))); connect(this, SIGNAL(toolTipChanged(QString, QString)), SLOT(updateToolTip())); + connect(this, SIGNAL(iconsChanged()), this, SLOT(updateIcon())); _blinkTimer.setInterval(750); _blinkTimer.setSingleShot(false);