X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclientirclisthelper.cpp;h=fd52b9ae50fb51fa92058243fbe8997038505ade;hb=9b394f92cb61b759d18f9acc6a1125e2396b8cb7;hp=c515dd1600819aa97c52717f921a3e701892b1ca;hpb=f824db0e31b54969e0b7fa0b5405b1e9173d482c;p=quassel.git 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);