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