X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientirclisthelper.cpp;h=fd52b9ae50fb51fa92058243fbe8997038505ade;hp=c515dd1600819aa97c52717f921a3e701892b1ca;hb=b64a1e62e2168dc21e350fccc6c42b0d0d5e2a35;hpb=f824db0e31b54969e0b7fa0b5405b1e9173d482c diff --git a/src/client/clientirclisthelper.cpp b/src/client/clientirclisthelper.cpp index c515dd16..fd52b9ae 100644 --- a/src/client/clientirclisthelper.cpp +++ b/src/client/clientirclisthelper.cpp @@ -25,6 +25,7 @@ #include "client.h" #include "irclistmodel.h" +INIT_SYNCABLE_OBJECT(ClientIrcListHelper) QVariantList ClientIrcListHelper::requestChannelList(const NetworkId &netId, const QStringList &channelFilters) { _netId = netId; return IrcListHelper::requestChannelList(netId, channelFilters);