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