propagate topic changes properly
authorMarcus Eggenberger <egs@quassel-irc.org>
Wed, 26 Aug 2009 11:08:53 +0000 (13:08 +0200)
committerMarcus Eggenberger <egs@quassel-irc.org>
Wed, 26 Aug 2009 11:08:58 +0000 (13:08 +0200)
src/common/ircchannel.cpp

index 88d1e85..3fd0ad5 100644 (file)
@@ -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);
 }