X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclient.cpp;fp=src%2Fclient%2Fclient.cpp;h=c20fa8b6afc81a0599c31d5e1d77ee56361024c3;hp=23b838ff4b08495a7d38c41b9f1fe8206051416e;hb=ee8b9f55860e340c1600188fddcfd557c7489f66;hpb=83e64467da81f69bef190f7492f49b6b4e661885 diff --git a/src/client/client.cpp b/src/client/client.cpp index 23b838ff..c20fa8b6 100644 --- a/src/client/client.cpp +++ b/src/client/client.cpp @@ -444,6 +444,9 @@ void Client::setSyncedToCore() Q_ASSERT(!_highlightRuleManager); _highlightRuleManager = new HighlightRuleManager(this); p->synchronize(highlightRuleManager()); + // Listen to network removed events + connect(this, SIGNAL(networkRemoved(NetworkId)), + _highlightRuleManager, SLOT(networkRemoved(NetworkId))); /* not ready yet // create TransferManager and DccConfig if core supports them