X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientirclisthelper.cpp;h=fd52b9ae50fb51fa92058243fbe8997038505ade;hp=65775de28f7fbabb53d2c6c5fc49b59d1c3b6802;hb=b64a1e62e2168dc21e350fccc6c42b0d0d5e2a35;hpb=fe4b38e66592f11fdf4c4651863968983daecd2d diff --git a/src/client/clientirclisthelper.cpp b/src/client/clientirclisthelper.cpp index 65775de2..fd52b9ae 100644 --- a/src/client/clientirclisthelper.cpp +++ b/src/client/clientirclisthelper.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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);