X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoreirclisthelper.cpp;h=0545471381b88a44d27855bf394b8fc9bbc0229d;hp=b6f56e4125809169b8332f6ec3acc9b3e3f1fad6;hb=43e0488dad735096164d3088398653097f816424;hpb=f824db0e31b54969e0b7fa0b5405b1e9173d482c diff --git a/src/core/coreirclisthelper.cpp b/src/core/coreirclisthelper.cpp index b6f56e41..05454713 100644 --- a/src/core/coreirclisthelper.cpp +++ b/src/core/coreirclisthelper.cpp @@ -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);