X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcoreirclisthelper.cpp;h=5abb5aad46bff90f8b7a5d74f94fc92c3cacdc29;hb=a9b26b47ffb2d3422c5efb96c7f9868f2ee2a102;hp=b6f56e4125809169b8332f6ec3acc9b3e3f1fad6;hpb=f824db0e31b54969e0b7fa0b5405b1e9173d482c;p=quassel.git diff --git a/src/core/coreirclisthelper.cpp b/src/core/coreirclisthelper.cpp index b6f56e41..5abb5aad 100644 --- a/src/core/coreirclisthelper.cpp +++ b/src/core/coreirclisthelper.cpp @@ -23,6 +23,7 @@ #include "corenetwork.h" #include "userinputhandler.h" +INIT_SYNCABLE_OBJECT(CoreIrcListHelper) QVariantList CoreIrcListHelper::requestChannelList(const NetworkId &netId, const QStringList &channelFilters) { if(_finishedChannelLists.contains(netId)) return _finishedChannelLists.take(netId);