style button is smaller now
[quassel.git] / src / client / clientirclisthelper.cpp
index c515dd1..fd52b9a 100644 (file)
@@ -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);