X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fircchannel.cpp;h=ffba36d58e6a7f6c115cd8da7d02e775509d178a;hp=ba2fd3c2f8ed079462f4e8e13c90dc835f0e71ea;hb=b797e5f581b10a517c30f78cb53f813af741e261;hpb=21d8d7f0a79eeeb541664aa80ce481fdbfc41f09;ds=sidebyside diff --git a/src/common/ircchannel.cpp b/src/common/ircchannel.cpp index ba2fd3c2..ffba36d5 100644 --- a/src/common/ircchannel.cpp +++ b/src/common/ircchannel.cpp @@ -34,7 +34,7 @@ IrcChannel::IrcChannel(const QString &channelname, NetworkInfo *networkinfo) - : QObject(networkinfo), + : SyncableObject(networkinfo), _initialized(false), _name(channelname), _topic(QString()),