X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fircchannel.cpp;h=3fd0ad5e75f405e08afd6a833636b264a1994297;hp=88d1e85178065b319206ca41412676f8065d82bd;hb=f9f40188bcdbc787ad3e2f5e29ad5223c755b252;hpb=b6e6a7392b8c6f451baa7eaad472c978e19b3055 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); }