X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreirclisthelper.cpp;h=0545471381b88a44d27855bf394b8fc9bbc0229d;hp=312ed3deb6a745689c6f1590085aa06ed81bc652;hb=43e0488dad735096164d3088398653097f816424;hpb=a5dfcc8ecf8b81025d24b3c5c816169e3e030ea4 diff --git a/src/core/coreirclisthelper.cpp b/src/core/coreirclisthelper.cpp index 312ed3de..05454713 100644 --- a/src/core/coreirclisthelper.cpp +++ b/src/core/coreirclisthelper.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 * @@ -21,8 +21,9 @@ #include "coreirclisthelper.h" #include "corenetwork.h" -#include "userinputhandler.h" +#include "coreuserinputhandler.h" +INIT_SYNCABLE_OBJECT(CoreIrcListHelper) QVariantList CoreIrcListHelper::requestChannelList(const NetworkId &netId, const QStringList &channelFilters) { if(_finishedChannelLists.contains(netId)) return _finishedChannelLists.take(netId);