From f9f40188bcdbc787ad3e2f5e29ad5223c755b252 Mon Sep 17 00:00:00 2001 From: Marcus Eggenberger Date: Wed, 26 Aug 2009 13:08:53 +0200 Subject: [PATCH] propagate topic changes properly --- src/common/ircchannel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/ircchannel.cpp b/src/common/ircchannel.cpp index 88d1e851..3fd0ad5e 100644 --- a/src/common/ircchannel.cpp +++ b/src/common/ircchannel.cpp @@ -116,6 +116,7 @@ QByteArray IrcChannel::encodeString(const QString &string) const { // ==================== void IrcChannel::setTopic(const QString &topic) { _topic = topic; + SYNC(ARG(topic)) emit topicSet(topic); } -- 2.20.1