Fix initial backlog for buffers with no new messages
[quassel.git] / src / core / coreirclisthelper.cpp
index b6f56e4..5abb5aa 100644 (file)
@@ -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);